aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kern.post.mk
Commit message (Expand)AuthorAgeFilesLines
* META_MODE: Don't generate or read _EXTRADEPEND dependencies when using filemon.Bryan Drewery2016-06-211-6/+6
* WITH_META_MODE: Do include headers for specific guessed dependenciesBryan Drewery2016-06-151-2/+4
* Change the default build behavior so we don't compile extra TCP modules byJonathan T. Looney2016-06-101-0/+4
* Revert r301079.Bryan Drewery2016-06-031-19/+19
* WITH_META_MDE: Fix machine/include and x86/include issues.Bryan Drewery2016-05-311-1/+1
* WITH_META_MODE: Resolve SYSDIR to avoid changed build commands.Bryan Drewery2016-05-311-1/+1
* WITH_META_MODE: Mitigate switching from without to with META_MODE.Bryan Drewery2016-05-311-19/+19
* Add some missing .PHONY.Bryan Drewery2016-05-261-1/+1
* WITH_META_MODE: Fix suffix transformation rules with guessed dependencies.Bryan Drewery2016-05-211-0/+8
* Revert r298357Wojciech Macek2016-04-201-8/+0
* Update comment added in r298357Ed Maste2016-04-201-3/+2
* Fix MFS symbol redefinition with clang 3.8.0Wojciech Macek2016-04-201-0/+9
* Implement the dependency condition more safely.Bryan Drewery2016-04-141-1/+1
* Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.Bryan Drewery2016-03-301-49/+0
* FAST_DEPEND: Use .dinclude to enable full .depend logic in bmake.Bryan Drewery2016-03-111-1/+8
* FAST_DEPEND: Prefer .OBJDIR depend files.Bryan Drewery2016-02-291-1/+1
* Remove hack from r2408 that is no longer needed.Bryan Drewery2016-02-241-3/+0
* FAST_DEPEND: Always run depend via beforebuild which removes many hacks.Bryan Drewery2016-02-241-0/+6
* Hook the meta/nofilemon build into using FAST_DEPEND.Bryan Drewery2016-02-241-11/+24
* FAST_DEPEND: Don't waste time generating an empty .depend file.Bryan Drewery2016-02-241-2/+0
* FAST_DEPEND: Rework how guessed dependencies are handled.Bryan Drewery2016-02-241-5/+15
* Support beforebuild in the kernel.Bryan Drewery2016-02-241-1/+2
* Always remove .depend.* in case switching between FAST_DEPEND on/off.Bryan Drewery2016-02-221-2/+1
* FAST_DEPEND: Apply conditional -MF from r291945 to kernel as well.Bryan Drewery2016-02-191-0/+7
* Avoid reading .depend.* in simple cases where not needed.Bryan Drewery2016-02-191-1/+10
* Use built-in :tA here rather than realpath(1).Bryan Drewery2016-02-161-1/+1
* Fix MFS builds when both MD_ROOT_SIZE and MFS_IMAGE are specifiedAdrian Chadd2016-02-021-0/+5
* Fix generation of dependency rules for the LinuxKPI, the MLX5 driverHans Petter Selasky2016-01-271-4/+23
* FAST_DEPEND: Apply missed nofilemon fix from r294351.Bryan Drewery2016-01-271-1/+2
* FAST_DEPEND: Fix incremental builds leading to kernel panics.Bryan Drewery2016-01-151-1/+1
* FAST_DEPEND: Rework optimization for r290524.Bryan Drewery2016-01-151-4/+4
* Add built-in ccache build support via WITH_CCACHE_BUILD option.Bryan Drewery2015-11-081-4/+5
* FAST_DEPEND: Don't enable when .MAKE.MODE=meta.Bryan Drewery2015-11-081-1/+1
* FAST_DEPEND: Don't include depend files when using 'make -V'.Bryan Drewery2015-11-081-0/+2
* Add a FAST_DEPEND option, off by default, which speeds up the build significa...Bryan Drewery2015-11-061-9/+28
* Do as r289391 did for share/mk and make installing to a non-existent directoryBryan Drewery2015-10-171-5/+5
* Build changes that allow the modules on arm64.Konstantin Belousov2015-10-081-1/+1
* Install kernel debug data under /usr/lib/debugEd Maste2015-09-241-7/+19
* sys/conf: pass NMFLAGS to nm(1) via genassym.sh.Rui Paulo2015-08-141-1/+1
* Change md(4) to use weak symbols as start, end and size for the embeddedMarcel Moolenaar2015-08-131-4/+22
* Allow DTrace to be compiled-in to the kernel.Ruslan Bukin2015-06-101-10/+10
* Truncate the ctfmerge command line, like we do with SYSTEM_LD.Warner Losh2014-08-121-1/+2
* Some objects - such as *_genassym.o are not hooked intoSimon J. Gerraty2013-08-141-1/+1
* Remove the links: target. It too is homelessly outdated since itWarner Losh2012-10-251-9/+1
* MFP4 change 214967:Brooks Davis2012-08-061-2/+2
* Revert r222186 per instructions for FreeBSD 10.David E. O'Brien2012-07-031-4/+2
* Unfortunately the change in r237958 resulted in s/install/instclean/ due toDoug Barton2012-07-021-2/+12
* For the ports modules building code, clean WRKDIR before building. This isDoug Barton2012-07-021-1/+1
* Improve the functionality of the PORTS_MODULES knob by addingDoug Barton2012-06-141-2/+23
* Allow (with a license warning) "options ZFS" to work in static kernels.Peter Wemm2012-03-271-2/+12