aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kern.post.mk
Commit message (Expand)AuthorAgeFilesLines
* Help out with linting. Print the ${LINT} command line. This makesMark Murray2003-04-301-1/+1
* Leave the `clobber' target alone, it clobbers too much (includingRuslan Ermilov2003-03-031-3/+7
* Abuse `cleandir' for what `clobber' was supposed to do, for peter.Ruslan Ermilov2003-03-021-1/+4
* Hopefully, obviate the need of ``make depend''.Ruslan Ermilov2003-02-281-1/+1
* Initiate the de-orbit burn sequence for <bsd.kern.mk>.Ruslan Ermilov2003-02-281-1/+1
* Standardize handling of locore.[sS] etc. files.Ruslan Ermilov2003-02-281-2/+2
* Add necessary awk magic to create a table of major numbers allocatedPoul-Henning Kamp2003-02-271-1/+7
* Overhaul the targets and hope this is now much more readable.Ruslan Ermilov2003-02-211-59/+24
* Move the miidevs.h build stuff to conf/files so that config(8) doesn'tPeter Wemm2003-01-301-4/+1
* Remove miidevs.h and generate it from miidevs at compile time.David E. O'Brien2003-01-191-6/+15
* Hook the aic7xxx modules up. This requires some extra care since aicasmScott Long2002-11-031-5/+9
* Don't show the command line when doing "make lint".Poul-Henning Kamp2002-10-151-1/+1
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-3/+2
* Added rules to generate .c files from .m files. Run mkdep on these .cBruce Evans2002-08-191-3/+10
* Finished removing env(1) commands, as in rev.1.13 but non-broken. SetBruce Evans2002-08-181-5/+5
* Spell kenrel as 'kernel' for consistency with the rest of the universe.Juli Mallett2002-08-141-1/+1
* Remove duplicate 'modules-tags' rulePeter Wemm2002-08-011-3/+0
* Moved the rule for locore.o from kern.post.mk to Makefile.$ARCH.Jake Burkholder2002-07-311-3/+0
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-4/+4
* s/install -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-181-4/+4
* Quick fix for high resolution kernel profiling on i386's. UseBruce Evans2002-07-131-1/+1
* Fixed broken ``make -jX install''.Ruslan Ermilov2002-05-231-0/+1
* sysctl -w -> sysctlDima Dorfman2002-05-111-1/+1
* Add a dummy cleandir target to the kernel section so that make buildkernelJohn Baldwin2002-05-111-0/+1
* Use makeobjops.awk rather than makeobjops.pl.David E. O'Brien2002-05-011-2/+1
* The install.debug and reinstall.debug targets are needed solelyRuslan Ermilov2002-04-241-15/+15
* Minor cleanups to post.mk from bde. Mostly orderingWarner Losh2002-03-201-26/+32
* Backed out the part of the previous commit related to xargs. It justBruce Evans2002-03-191-6/+4
* Removed env(1) commands. make(1) uses a real shell, andBruce Evans2002-03-191-14/+16
* lint the previous lint commit.Ruslan Ermilov2002-03-181-1/+1
* Allow "make lint" to mostly work. Our sources are very unclean WRTMark Murray2002-03-171-0/+3
* Use vnode_if.awk rather than vnode_if.plDavid E. O'Brien2002-03-011-4/+4
* Don't echo a comment during make depend.Jake Burkholder2002-02-231-3/+2
* Use make -V VARIABLE | xargs ... to pass argument lists to programLuigi Rizzo2002-02-221-5/+8
* Eliminate the use of commons in the kernel and modules,Mike Smith2002-01-101-1/+1
* s/oferride/override/Warner Losh2002-01-061-1/+1
* Move initialization of the MKMODULESENV envorinoment to kern.pre.mkWarner Losh2002-01-051-14/+4
* Move all: target to kern.pre.mk so it matters less where you includeWarner Losh2001-11-111-2/+0
* Move machine link creation from genassym to kernel-depend, per nyan@Warner Losh2001-11-041-3/+3
* Arrgh. A clean pc98 build failed due to bogons on my part :-(.Warner Losh2001-11-021-0/+3
* Factor the common parts of the Makefile.foo files. This introduces twoWarner Losh2001-11-021-0/+240