aboutsummaryrefslogtreecommitdiff
path: root/share/mk/bsd.crunchgen.mk
Commit message (Expand)AuthorAgeFilesLines
* crunchgen: fix "keep" for an ELF world, break it outKyle Evans2023-11-101-0/+4
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-2/+0
* rescue: Restore 'make depend' call to fix WITH_META_MODE after r334008.Bryan Drewery2018-05-241-2/+0
* No need to run 'make depend' with FAST_DEPEND logic in-tree.Bryan Drewery2017-11-101-1/+5
* AUTO_OBJ: No need to tree-walk with 'make obj' here.Bryan Drewery2017-11-101-1/+4
* Pass down any PROG-specific buildopts for forwarded targets.Bryan Drewery2017-11-101-1/+2
* Add support for CRUNCH_LIBS_ for specifying a lib only for 1 prog.Bryan Drewery2017-11-101-0/+3
* AUTO_OBJ can work for crunchgen build-tools.Bryan Drewery2017-10-311-4/+4
* Disable MK_AUTO_OBJ as a make argument like r325078.Bryan Drewery2017-10-311-6/+9
* Quote ${MAKE} when passing in env in case it contains spaces.Bryan Drewery2017-08-161-1/+1
* META_MODE: Fix build-tools still sometimes rebuilding during target build.Bryan Drewery2017-04-061-1/+1
* DIRDEPS_BUILD: Include crunched object meta files for gendirdeps.Bryan Drewery2016-09-011-0/+1
* META_MODE/DIRDEPS_BUILD: Fix various issues with crunch builds.Bryan Drewery2016-09-011-2/+5
* META_MODE: Don't expect .meta files for side-effect generated files.Bryan Drewery2016-09-011-0/+1
* WITH_META_MODE: Fix rescue rebuilding build-tools.Bryan Drewery2016-06-141-1/+1
* DIRDEPS_BUILD: Fix and hookup rescue/rescue to the build.Bryan Drewery2016-05-261-3/+6
* WITH_AUTO_OBJ: Fix crunchgen builds.Bryan Drewery2016-05-261-4/+10
* Avoid redundant 'make objs' tree-walk when building the main prog.Bryan Drewery2016-05-261-0/+3
* Pass CC/CXX/CFLAGS/CXXFLAGS/LDFLAGS to the main crunch exec build.Bryan Drewery2016-05-261-1/+4
* WITH_META_MODE: Only expect a .meta file for the main target.Bryan Drewery2016-05-261-1/+2
* DIRDEPS_BUILD: Don't show finished stats, which confuses crunchgen(1).Bryan Drewery2016-05-261-3/+4
* DIRDEPS_BUILD: Fix some things building in MAKELEVEL0.Bryan Drewery2016-02-261-0/+2
* There seems to be no reason to duplicate CANONICALOBJDIR logic from bsd.obj.mk,Bryan Drewery2015-11-231-7/+0
* Add bsd.crunchgen.mk to bsd.README.Bryan Drewery2015-10-241-0/+2
* Fix regression from r289734 that caused crunchgen "subdirs" to not beBryan Drewery2015-10-231-14/+8
* Fix incorrect defined() usage from style clean up in r289735.Bryan Drewery2015-10-221-2/+2
* Fix style. Namely use {} rather than ().Bryan Drewery2015-10-221-53/+54
* Rewrite crunchgen target handling for progs so that it can be parallelized.Bryan Drewery2015-10-221-23/+13
* Clean up some bsd.crunchgen.mk issues.Bryan Drewery2015-10-221-17/+18
* Use ${CRUNCHGEN} rather than bare word.Simon J. Gerraty2015-06-131-2/+3
* NO_DEBUG_FILES -> MK_DEBUG_FILES=no in last remaining place.Warner Losh2014-04-251-1/+1
* Add a new knob WITH_DEBUG_FILES to control the building of standaloneEd Maste2013-06-071-0/+3
* Add support for bmake. This includes:Marcel Moolenaar2012-10-061-0/+2
* Ensure crunchen uses the same make binary as the rest of the build.David E. O'Brien2012-06-251-1/+1
* Allow crunchgen binary link generation to be disabled.Adrian Chadd2012-01-051-0/+5
* Re-enable generating links.Adrian Chadd2010-11-161-11/+8
* Break out the rules which generate crunchgen'ed binaries into a separateAdrian Chadd2010-11-131-0/+160