summaryrefslogtreecommitdiffstats
path: root/share/mk/sys.mk
Commit message (Expand)AuthorAgeFilesLines
* Add built-in ccache build support via WITH_CCACHE_BUILD option.bdrewery2015-11-081-2/+2
* Rework the 'make -n -n' feature such that '-n' recurses and '-N' does not.bdrewery2015-10-171-7/+6
* Explicitly enable .MAKE.ALWAYS_PASS_JOB_QUEUE for bmake.bdrewery2015-09-251-0/+4
* META_MODE: Follow-up r287879 and have 'make -V .OBJDIR' still invoke auto.obj...bdrewery2015-09-231-2/+5
* src.conf.5: Make it self-documenting that the mkopts are environment-only.bdrewery2015-09-171-0/+5
* Include bsd.mkopt.mk after local.sys.env.mk (which includes /etc/src-env.conf).bdrewery2015-09-171-3/+4
* Fix makeman creating obj directories due to turning on WITH_AUTO_OBJ.bdrewery2015-09-171-2/+2
* META_MODE: Don't create obj directories automatically when running make -V.bdrewery2015-09-161-0/+3
* Make sys.mk more compatible with fmake by refraining from using :Uimp2015-08-271-6/+14
* Introduce a new make variable: NMFLAGS.rpaulo2015-08-141-0/+1
* Move include of make.conf back to its old position.sjg2015-06-191-9/+11
* Add META_MODE support.sjg2015-06-131-25/+35
|\
| * Building on fmake is no longer possible so removed tests for bmake.sjg2015-06-101-19/+0
| * Include bsd.mkopt.mk before local.sys.mksjg2015-05-261-25/+37
| * Add options for auto obj and meta mode to sys.mksjg2015-05-241-2/+22
| * Merge from head@274682sjg2014-11-191-0/+6
| |\
| * \ Merge head from 7/28sjg2014-08-191-17/+16
| |\ \
* | | | Add a DTRACEFLAGS variable, which can be used to pass additional variablesmarkj2015-04-081-6/+8
* | | | Allow relative pathnames in SRCS, so as to enable building softwaredim2015-03-141-7/+8
* | | | Add a ${CP} alias for copying files in the build.will2015-01-161-0/+5
| |_|/ |/| |
* | | Add OBJDUMP to sys.mk. The EFI loader uses it however without this it canandrew2014-11-141-0/+2
* | | Make sure SIZE is defined earlybapt2014-10-101-0/+4
| |/ |/|
* | Reviewed by: impsjg2014-07-261-1/+2
* | Move inclusion of /etc/make.conf and others to old location (this alsoimp2014-05-171-15/+15
* | Read in SRCCONF early and consistently, if src.sys.mk exists, which isimp2014-05-171-6/+11
* | Remove some useless, commented out code. Remove name space polution inimp2014-05-101-11/+4
|/
* Don't apply ctf conversions in POSIX mode. These can't happen thereimp2014-04-131-6/+0
* Introduce RANLIBFLAGS to mirror ARFLAGS and add -D to both. This setsdes2014-04-121-1/+4
* Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.andrew2014-03-231-1/+1
* Use .SHELL to tell bmake to use 'set -e' when running scriptssjg2013-08-271-6/+20
* Remove variable added by ru@ in r94940 that is no longer used by source or po...eadler2013-06-231-4/+0
* We cannot remove the _+_ trick, until old make is completely deprecated.sjg2013-06-141-1/+7
* Override bmake's default MAKEFILE_PREFERENCEsjg2013-06-071-1/+1
* Tell bmake to use the FreeBSD preferred makefile preference list.sjg2013-04-031-0/+3
* Remove all support for legacy NOFOO and NO_FOO build options.des2013-01-101-1/+0
* Hide OBJCOPY and others in POSIX modeemaste2012-12-171-1/+1
* Put shared library debug info into separate .symbols fileemaste2012-12-151-0/+2
* Change the default to 'cru' for speed reasons.eadler2012-12-061-1/+1
* Add support for bmake. This includes:marcel2012-10-061-0/+15
* Merging of projects/armv6, part 3gonzo2012-08-151-1/+1
* Sort nm in order.imp2012-04-221-4/+4
* Fix partially merged patch from my external compiler tree in r234546.imp2012-04-211-0/+4
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.jmallett2012-03-291-1/+1
* - fix WITH_CTF when specified in /etc/src.conf [1]fjoe2011-11-291-63/+19
* Conditionalize ctfconvert/ctfmerge runs on make level (.if/.endif) insteadfjoe2011-11-291-57/+57
* Retire TARGET_ABI.imp2011-01-071-1/+1
* Introduce make variable ACFLAGS used to supply additional flags tokib2011-01-071-2/+3
* Fix typo, and re-wrap paragraph.dim2010-11-111-5/+5
* Add the DTRACE variable that points to the executable.rpaulo2010-09-101-0/+1
* Fix buildworld -DNO_CLEAN when using with Perforce, which marks files aswill2010-08-121-2/+2
OpenPOWER on IntegriCloud