| History log of /src/sys/arch/pmax/stand/Makefile.inc |
| Revision | | Date | Author | Comments |
| 1.17 |
| 27-Aug-2002 |
lukem | arch/*/stand stuff should be LDSTATIC=-static and not LDSTATIC?=-static. It doesn't make sense to have standalone stuff dynamically linked just because an end-user uses LDSTATIC="".
|
| 1.16 |
| 07-May-2002 |
simonb | branches: 1.16.2; Remove a "NOMAN="; Makefile.booters now has MKMAN=no.
|
| 1.15 |
| 12-Dec-2001 |
lukem | Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly). Otherwise the appropriate MKxxx=no won't be defined .
|
| 1.14 |
| 12-Dec-2001 |
tv | MKfoo=no -> NOfoo
|
| 1.13 |
| 28-Nov-1999 |
simonb | branches: 1.13.8; 1.13.12; Add CPPFLAGS and set LDSTATIC to -static.
|
| 1.12 |
| 11-Apr-1999 |
simonb | branches: 1.12.2; 1.12.4; 1.12.10; Add "WARNS?= 1" - woohoo!
|
| 1.11 |
| 11-Apr-1999 |
simonb | Define BINDIR, BINMODE and MKMAN in the "standard" place.
|
| 1.10 |
| 27-Mar-1999 |
simonb | Go back to a Makefile.booters scheme, like most other ports do. No more problems for "make depend" - tested with and without obj dirs.
|
| 1.9 |
| 26-Mar-1999 |
simonb | Conditionally set BINMODE and BINDIR so lower level Makefiles can override the location or modes.
Fix up the machine and mips symlink creation.
|
| 1.8 |
| 25-Mar-1999 |
simonb | Updates for new bootblocks.
|
| 1.7 |
| 23-Feb-1999 |
simonb | Use -Os to reduce code size (from Krister Walfridsson).
|
| 1.6 |
| 22-Feb-1999 |
simonb | Update cpp defines to current reality.
|
| 1.5 |
| 30-Jan-1999 |
simonb | branches: 1.5.2; Add -mmemcpy (from Jonathan Stone) and bump -G to 128. Bootblocks now fit! Still needs more testing, so we don't actually install them yet...
|
| 1.4 |
| 29-Jan-1999 |
simonb | Make a `machine' symlink to ..../pmax/include to locate new location of the dec_????.h files. Gleaned from other ports' stand/Makefile.inc's.
|
| 1.3 |
| 22-Jan-1999 |
simonb | More Makefile cleanups: + Don't use our own "clean" and "depend" targets + "make depend" works + Only include each include path once on compile lines + Clean up include file names + Don't build a separate libdrive.a, just specify driver source files + Use "make print-objdir" instead of old "printf ... | make -f-" + Remove more unnecessary targets, variables and other cruft
Still builds identical bootblocks to 1.3.3 with gcc, still too large with egcs.
dec_boot.h, dec_exec.h & dec_prom.h were copied via respository copy to sys/arch/pmax/stand/libsa.
|
| 1.2 |
| 21-Jan-1999 |
simonb | Round one of the Makefile clean up: + dependency on libsa works + set and use BINDIR/BINMODE + don't pull in sys/lib/lib{sa,kern}/Makefile.inc (``make clean'' doesn't make empty lib/{sa,kern} directories in each directory/obj dir). + remove unnecessary targets, variables and other cruft + wrap lines at 80 chars
Re-ordering SRCS line in libsa/Makefile to a more logical sequence (alphabetical by source dir) results in a libsa.a with archive members in a different order, and a resultant bootrz that differs from the 1.3.3 bootrz. Untested as yet, so left in but commented out.
Also, _don't_ install the bootblocks (as per intent of previous commit) or our own small libsa(!).
|
| 1.1 |
| 21-Jan-1999 |
simonb | Almost working bootblocks for the pmax. This compiles fine with gcc 2.7.2.2-myc2 (and produces _identical_ bootblocks with the 1.3.3 bootblocks which weren't in the tree), but egcs 1.1.1 builds a ufs.o that's about a 100 bytes too big, and it busts the 7.5k we've got for bootrz.
Still needs cleanup - the Makefiles could be better/cleaner, and doesn't install yet (because of above problem). At least there's something to work with now.
Note that we have our own versions of a lot of the sys/lib/libsa routines which are less functional/smaller.
|
| 1.5.2.2 |
| 02-Feb-1999 |
cgd | pull up revs 1.1-1.3 from trunk (simonb)
|
| 1.5.2.1 |
| 30-Jan-1999 |
cgd | file Makefile.inc was added on branch netbsd-1-3 on 1999-02-02 06:00:40 +0000
|
| 1.12.10.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.12.4.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
| 1.12.2.1 |
| 21-Jun-1999 |
thorpej | Sync w/ -current.
|
| 1.13.12.3 |
| 27-Aug-2002 |
nathanw | Catch up to -current.
|
| 1.13.12.2 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
| 1.13.12.1 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.13.8.3 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
| 1.13.8.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.13.8.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.16.2.1 |
| 31-Aug-2002 |
gehenna | catch up with -current.
|