aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kern.post.mk
Commit message (Expand)AuthorAgeFilesLines
* Fix LOCAL_MODULES and improve the make output.John Baldwin2019-08-061-2/+4
* Fix build race with machine links and genoffset.o.Bryan Drewery2019-05-101-1/+1
* fdt: stop installing FDT_DTS_FILEKyle Evans2019-04-241-4/+1
* fdt: further consolidate DTB building and revise manpageKyle Evans2019-04-171-0/+3
* Stop using -fdebug-prefix-map to map the object directory.Mark Johnston2019-03-271-5/+0
* Allow kernel config to specify DTS/DTSO to build, and out-of-tree supportKyle Evans2019-03-261-0/+10
* Build common kernel dependencies before modules.Bryan Drewery2019-03-201-0/+2
* Use -fdebug-prefix-map to map auto-generated kernel build paths.Mark Johnston2019-03-201-0/+18
* gcov supportMatt Macy2019-02-231-0/+4
* Port the NetBSD ubsan runtime to the FreeBSD kernel.Andrew Turner2018-11-061-0/+4
* Only invoke 'ls' if the local modules directory exists.John Baldwin2018-10-301-1/+1
* Permit local kernel modules to be built as part of a kernel build.John Baldwin2018-10-301-4/+24
* Switch reproducible builds to unmodified src tree modeEd Maste2018-09-111-1/+1
* Use OBJS_DEPEND_GUESS for forced opt_global.h dependency.Bryan Drewery2018-07-041-1/+2
* Enable MODULE_TIED by default for modules compiled with the kernelMatt Macy2018-07-031-0/+1
* Fix .depend.foo.o tracking for sys/conf/files defined compilations.Bryan Drewery2018-07-031-0/+1
* Fix r335906+r335907 to not pass multiple source files to genoffset_test.o tar...Bryan Drewery2018-07-031-2/+2
* Handle .depend for genoffset_test.oBryan Drewery2018-07-031-1/+1
* No need to make a copy to build genoffset_test.oBryan Drewery2018-07-031-5/+3
* explain the purpose of genoffset_testMatt Macy2018-07-031-0/+3
* ensure that offset.inc is generated firstMatt Macy2018-07-031-1/+1
* make critical_{enter, exit} inlineMatt Macy2018-07-031-5/+17
* Remove MK_AUTO_OBJ from env passed to PORTS_MODULESJason A. Harmening2018-03-311-1/+2
* Rename assym.s to assym.incEd Maste2018-03-201-3/+3
* Fix rebase mismerge in r330724.Bryan Drewery2018-03-101-2/+2
* Don't skip reading depend for 'make obj' unless it is alone.Bryan Drewery2018-03-101-1/+2
* Skip reading depend files with -V unless looking up a depend variable.Bryan Drewery2018-03-101-0/+1
* ports modules: Don't leak AUTO_OBJ changes into the port builds.Bryan Drewery2018-02-131-0/+1
* Remove system makefile path directives from env passed to PORTS_MODULES stepJason A. Harmening2018-01-271-0/+3
* Use ln -n instead of -h to allow building the kernel on LinuxAlex Richardson2018-01-161-1/+1
* DEPENDSRCS not used here.Bryan Drewery2017-12-051-1/+0
* Rename DEPENDFILES_OBJS to DEPENDFILES.Bryan Drewery2017-12-051-6/+5
* Fix PORTS_MODULES+'make reinstallkernel' trying to run bogus 'make redeinstall'.Bryan Drewery2017-11-181-1/+1
* Remove build system support for lint.Warner Losh2017-11-171-9/+1
* Quote ${MAKE} when passing in env in case it contains spaces.Bryan Drewery2017-08-161-1/+1
* Allow -DNO_SKIP_DEPEND to override the _SKIP_DEPEND logic.Bryan Drewery2017-07-251-2/+2
* Allow disabling dependency tracking if DEPEND_CFLAGS is empty.Bryan Drewery2017-07-241-3/+1
* Slightly simplify logic for which depend file is expected.Bryan Drewery2017-07-241-3/+7
* META_MODE: Fix not writing .meta files in the kernel build.Bryan Drewery2017-07-121-2/+1
* Rework logic for skipping .depend/.meta file read/stat/writes.Bryan Drewery2017-06-221-4/+14
* Fix various 'make *clean *all *install' combinations.Bryan Drewery2017-06-211-3/+3
* Support skipping 'make obj' tree-walk.Bryan Drewery2017-05-091-1/+1
* Use "build" instead of "all" when building ports modulesEnji Cooper2017-02-281-1/+1
* Exclude -flto when building *genassym.oEd Maste2017-02-211-1/+1
* Use ${.OBJDIR} to refer to the kernel build object dir, instead of tryingIan Lepore2016-12-221-1/+1
* Add WITH_REPRODUCIBLE_BUILD src.conf(5) knob to disable kernel metadataEd Maste2016-12-151-1/+4
* When MAKEOBJDIRPREFIX points to a case-insensitive file system, theMarcel Moolenaar2016-09-241-3/+3
* FAST_DEPEND: Fix 'make all install' not properly rebuilding based on .depend....Bryan Drewery2016-08-231-3/+4
* PORTS_MODULES: Don't leak in CC/CXX/CPP.Bryan Drewery2016-08-121-0/+4
* META_MODE: Don't generate or read _EXTRADEPEND dependencies when using filemon.Bryan Drewery2016-06-211-6/+6