summaryrefslogtreecommitdiffstats
path: root/sys/conf/kern.post.mk
Commit message (Expand)AuthorAgeFilesLines
...
* gdbinit target: Remove comment lines from dot.gdbinit. This allows us togrog2003-12-291-2/+3
* Turns out that building modules with the kernel opt files isimp2003-11-251-1/+0
* Moved $FreeBSD$ to the beginning of the file.bde2003-11-141-6/+5
* Include opt_global.h in the modules build, when building from a normalgreen2003-11-141-0/+1
* Add a "-f" flag for asf(8) which performs a search to find the each modulegreen2003-11-041-1/+1
* Fix logic in Makefile.i386,v 1.249: only back up ${DESTDIR}${KODIR}ru2003-08-071-4/+2
* Don't complain about inlines for genassymphk2003-07-221-1/+1
* Protect against .depend file somewhere else in the .PATH.ru2003-06-221-37/+9
* Some glue to allow lint(1) to work on the kernel. This is notmarkm2003-06-141-2/+23
* If we're building a debug kernel, add target to install the .gdbinit filesgrog2003-06-121-1/+9
* Fix a style nit.obrien2003-06-021-1/+1
* Be sloppier about the miidevs.h dependency. This reduces the maintenanceobrien2003-06-011-7/+1
* If DESTDIR was specified as a makeoption in the kernelconfig filephk2003-05-311-0/+5
* Help out with linting. Print the ${LINT} command line. This makesmarkm2003-04-301-1/+1
* Leave the `clobber' target alone, it clobbers too much (includingru2003-03-031-3/+7
* Abuse `cleandir' for what `clobber' was supposed to do, for peter.ru2003-03-021-1/+4
* Hopefully, obviate the need of ``make depend''.ru2003-02-281-1/+1
* Initiate the de-orbit burn sequence for <bsd.kern.mk>.ru2003-02-281-1/+1
* Standardize handling of locore.[sS] etc. files.ru2003-02-281-2/+2
* Add necessary awk magic to create a table of major numbers allocatedphk2003-02-271-1/+7
* Overhaul the targets and hope this is now much more readable.ru2003-02-211-59/+24
* Move the miidevs.h build stuff to conf/files so that config(8) doesn'tpeter2003-01-301-4/+1
* Remove miidevs.h and generate it from miidevs at compile time.obrien2003-01-191-6/+15
* Hook the aic7xxx modules up. This requires some extra care since aicasmscottl2002-11-031-5/+9
* Don't show the command line when doing "make lint".phk2002-10-151-1/+1
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-3/+2
* Added rules to generate .c files from .m files. Run mkdep on these .cbde2002-08-191-3/+10
* Finished removing env(1) commands, as in rev.1.13 but non-broken. Setbde2002-08-181-5/+5
* Spell kenrel as 'kernel' for consistency with the rest of the universe.jmallett2002-08-141-1/+1
* Remove duplicate 'modules-tags' rulepeter2002-08-011-3/+0
* Moved the rule for locore.o from kern.post.mk to Makefile.$ARCH.jake2002-07-311-3/+0
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-4/+4
* s/install -c/${INSTALL} ${COPY}/ru2002-07-181-4/+4
* Quick fix for high resolution kernel profiling on i386's. Usebde2002-07-131-1/+1
* Fixed broken ``make -jX install''.ru2002-05-231-0/+1
* sysctl -w -> sysctldd2002-05-111-1/+1
* Add a dummy cleandir target to the kernel section so that make buildkerneljhb2002-05-111-0/+1
* Use makeobjops.awk rather than makeobjops.pl.obrien2002-05-011-2/+1
* The install.debug and reinstall.debug targets are needed solelyru2002-04-241-15/+15
* Minor cleanups to post.mk from bde. Mostly orderingimp2002-03-201-26/+32
* Backed out the part of the previous commit related to xargs. It justbde2002-03-191-6/+4
* Removed env(1) commands. make(1) uses a real shell, andbde2002-03-191-14/+16
* lint the previous lint commit.ru2002-03-181-1/+1
* Allow "make lint" to mostly work. Our sources are very unclean WRTmarkm2002-03-171-0/+3
* Use vnode_if.awk rather than vnode_if.plobrien2002-03-011-4/+4
* Don't echo a comment during make depend.jake2002-02-231-3/+2
* Use make -V VARIABLE | xargs ... to pass argument lists to programluigi2002-02-221-5/+8
* Eliminate the use of commons in the kernel and modules,msmith2002-01-101-1/+1
* s/oferride/override/imp2002-01-061-1/+1
* Move initialization of the MKMODULESENV envorinoment to kern.pre.mkimp2002-01-051-14/+4
OpenPOWER on IntegriCloud