aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/Makefile.alpha
Commit message (Expand)AuthorAgeFilesLines
* Change required config(8) version.Olivier Houchard2004-05-091-1/+1
* Don't override the standard SYSTEM_LD setting from kern.pre.mk.Ruslan Ermilov2004-02-131-5/+0
* Garbage-collected some vestiges of objformat support (mainly ${FMT}).Bruce Evans2003-12-291-1/+1
* Bump the config version to force people to upgrade their config(8)Poul-Henning Kamp2003-04-151-1/+1
* Standardize handling of locore.[sS] etc. files.Ruslan Ermilov2003-02-281-3/+0
* Moved the rule for locore.o from kern.post.mk to Makefile.$ARCH.Jake Burkholder2002-07-311-0/+3
* Moved the setting of all profiling-related variables except the key oneBruce Evans2002-07-131-1/+1
* Commit some infrastructure for turning on -Werror for kernel compiles.Peter Wemm2002-02-201-1/+1
* Proper fix for old config setting maxusers to 8.Peter Wemm2001-12-141-1/+1
* Move kern.post.mk to last line, now that it appears safeWarner Losh2001-11-111-2/+2
* Append to SYSTEM_OBJS and CLEAN before including kern.post.mk.Marcel Moolenaar2001-11-111-2/+2
* Move the include before the extra rules so make all the default.Warner Losh2001-11-041-2/+2
* Factor the common parts of the Makefile.foo files. This introduces twoWarner Losh2001-11-021-295/+2
* Only overwrite ${DESTDIR}${KODIR}.old/${KERNEL_KO} if we haven'tBrian Somers2001-11-011-7/+14
* Support the "install.debug" and "reinstall.debug" targets for kernel modules.Dag-Erling Smørgrav2001-10-271-3/+3
* Finish the asbestos suited move of $mach/conf/*.$mach to conf/*.$mach.Ruslan Ermilov2001-10-261-1/+1
* Make override of nm consistent across all platforms and sort the overrides.Mark Peek2001-10-191-2/+3
* Change kern.bootfile when mv'ing the kernelBrian Somers2001-10-171-0/+2
* Back out the last change - it was made to the wrong Makefile.Doug Rabson2001-09-101-0/+1
* * Make a start on a realistic definition for bootinfo.Doug Rabson2001-09-101-1/+0
* Enable hardwiring of things like tunables from embedded enironmentsPeter Wemm2001-08-271-3/+6
* In order to bring about the end of the universe, delete the lines:Peter Wemm2001-08-151-2/+0
* Further Makefile.* sync (from Makefile.ia64). The lint target has beenPeter Wemm2001-08-031-6/+0
* When building a debugging kernel with modules, build modules withSheldon Hearn2001-08-021-0/+3
* param.c no longer gets special treatment. Use the source tree version.Peter Wemm2001-07-261-13/+6
* Bump config version.Warner Losh2001-07-021-1/+1
* Move kernel compile directory from sys/compile/FOO toWarner Losh2001-06-301-1/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-17/+1
* Move the -I../../../include or -I/usr/include to the last entry on thePeter Wemm2001-06-121-4/+5
* Relocate IPFilter from sys/netinet to sys/contrib/ipfilter.Jonathan Lemon2001-06-071-0/+5
* Add back in the bits to remove any existing "schg" flags as we haveDavid E. O'Brien2001-04-291-0/+2
* Don't install KO's with the "schg" flag.David E. O'Brien2001-04-251-9/+2
* Ignore chflags errors. This makes installing to nfs mounted targetWarner Losh2001-04-251-2/+2
* Add support for MODULES_OVERRIDE. This is a list of modules to buildWarner Losh2001-04-021-0/+3
* Restore the careful preservation of .depend (rev 1.78 of Makefile.i386)David E. O'Brien2001-03-241-2/+4
* Use CPUTYPE to add appropriate compiler flags to COPTFLAGS for kernelKris Kennaway2001-03-121-1/+4
* Add a 'clobber' target.. Like 'clean' but it takes out even the configPeter Wemm2001-02-271-0/+9
* genassym.sh does not work with a.out because the sizes are rounded upPeter Wemm2001-02-251-2/+2
* Revert gensetdefs.pl reversal.Marcel Moolenaar2001-02-171-1/+1
* Fix `make depend' => `make kernel-depend'. Using the dependancy fileDavid E. O'Brien2001-02-121-1/+5
* Revert previous commit. I messed up my testing.Marcel Moolenaar2001-01-281-1/+1
* Improve kernel bootstrapping:Marcel Moolenaar2001-01-281-1/+1
* Change the reinstall.debug target to depend onJohn Baldwin2001-01-191-4/+8
* Corresponding version bump for config with the DEV_FOO replacement forPeter Wemm2001-01-191-1/+1
* Back out the modules `make obj' speedup.David E. O'Brien2000-12-241-6/+6
* Use the canonical spelling for the path to sys.David E. O'Brien2000-12-221-2/+2
* Greatly speed up the modules `make obj' phase.David E. O'Brien2000-12-211-6/+6
* Next-phase PCI system update; move PCI core code to sys/dev and updateMike Smith2000-12-081-1/+1
* Make the xxxFILES= list generation generic. This makes it easier to addPeter Wemm2000-11-251-4/+4
* Fix the `make -jX' (X>1) breakage.David E. O'Brien2000-11-171-9/+11