summaryrefslogtreecommitdiffstats
path: root/sys/conf/kern.post.mk
Commit message (Expand)AuthorAgeFilesLines
* MFC r294915:hselasky2016-02-061-12/+24
* Some objects - such as *_genassym.o are not hooked intosjg2013-08-141-1/+1
* Remove the links: target. It too is homelessly outdated since itimp2012-10-251-9/+1
* MFP4 change 214967:brooks2012-08-061-2/+2
* Revert r222186 per instructions for FreeBSD 10.obrien2012-07-031-4/+2
* Unfortunately the change in r237958 resulted in s/install/instclean/ due todougb2012-07-021-2/+12
* For the ports modules building code, clean WRKDIR before building. This isdougb2012-07-021-1/+1
* Improve the functionality of the PORTS_MODULES knob by addingdougb2012-06-141-2/+23
* Allow (with a license warning) "options ZFS" to work in static kernels.peter2012-03-271-2/+12
* - CTF knob is now implemented using common scheme: MK_CTF=yes/no isfjoe2011-11-301-2/+2
* - fix WITH_CTF when specified in /etc/src.conf [1]fjoe2011-11-291-4/+2
* Conditionalize ctfconvert/ctfmerge runs on make level (.if/.endif) insteadfjoe2011-11-291-2/+6
* Test against "no" rather than "yes" for MK_KERNEL_SYMBOLSimp2011-05-231-2/+2
* Backwards compatibility hacks to allow kernels to be built via configimp2011-05-221-2/+4
* Start to usher INSTALL_NODEBUG hack out the door. Add newimp2011-05-221-2/+2
* Add an x86/include directory to the kernel to hold headers that are commonjhb2010-11-011-2/+5
* MFtbemd:imp2010-08-231-2/+2
* Convert several instances of MACHINE_ARCH to MACHINE_CPUARCH and use thenwhitehorn2010-07-131-4/+4
* WITH_CTF can now be specified in src.conf (not recommended, therenetchild2010-04-021-6/+6
* Propagate CONF_CFLAGS (from makeoptions) to the module build too.netchild2010-03-251-0/+4
* Always compute the root of the kernel source tree and explicitly pass itjhb2009-05-041-2/+2
* Using KMODOWN/KMODGRP rather than hard coding root/wheel forbz2009-01-071-5/+5
* Add CTF conversion to the objects compiled from generated code.jb2008-07-051-0/+3
* Add support for generating CTF data for the kernel.jb2008-05-231-0/+3
* Introduce a standalone shell script for embedding MFS image.raj2008-02-051-7/+1
* If KERNEL_EXTRA is defined, make kernel-all target depend on it.imp2007-03-231-1/+6
* now that MFS_IMAGE is in the FULLKERNEL section, use FULLKERNEL instead ofjmg2006-12-301-4/+4
* MF kmod.mk 1.176: Properly handle vnode_if.h dependencies.ru2006-10-261-1/+5
* - Remove include links only when .depend is also removed, so thatru2006-10-131-3/+4
* Don't use touch when what is really meant is :> (create an empty file, ordes2006-08-141-1/+1
* Remove the insistance on having a device.hints. This was a seat beltimp2006-06-181-16/+0
* Handle MFS_IMAGE in the ${FULLKERNEL} target, so that we can build kernelcognet2006-06-131-9/+9
* add support for makeoptions MFS_IMAGE="<file>" in the config file whichjmg2006-05-121-0/+9
* Remove .depend when doing "make cleandir".ru2006-02-071-1/+1
* I couldn't find any traces of what the tags1 file was supposed to do.ru2006-01-161-2/+0
* Teach this to create the "machine" and ${MACHINE_ARCH} (for pc98ru2005-11-301-4/+27
* Rename the .dbg extension to .symbols, which matches "symbol-file"ru2005-10-271-6/+6
* Use ${S} to pass ${SYSDIR} to ports. This makes PORTS_MODULESru2005-10-271-5/+1
* Installing debug modules was a bad idea -- I bogusly assumed thatru2005-10-271-10/+12
* Refactor (some more) installation of kernel and module objects.ru2005-10-251-2/+4
* Back out most of 1.84. It was unwise to force debug kernels to alwaysimp2005-10-241-6/+17
* For HEAD, install a kernel with debug information if DEBUG is a kernelobrien2005-09-111-17/+4
* Don't build PORTS_MODULES if NO_MODULES is definedimp2005-06-091-1/+1
* Install ports defined in PORTS_MODULES at make reinstall time too.mux2005-06-051-2/+2
* Be resistant to DESTDIR being set to some unkosher value, e.g. "/".ru2005-04-281-1/+1
* Clean all generated vnode_if* files.ru2005-04-221-2/+2
* Fix "make depend" to not redundantly rebuild the .depend file.ru2005-04-221-7/+2
* Now that we have proper links, no need to fake up ones as part ofimp2005-04-031-3/+0
* Don't generate major.c anymore.phk2005-03-291-6/+3
* Get SYSDIR set correctly for building ports.imp2005-02-251-4/+7
OpenPOWER on IntegriCloud