summaryrefslogtreecommitdiffstats
path: root/share/mk/sys.mk
Commit message (Expand)AuthorAgeFilesLines
* META_MODE: Ensure bmake does not use filemon if it is not loaded.bdrewery2016-01-191-0/+3
* Define .MAKE.MODE to normal to avoid the need for :U later.bdrewery2016-01-191-3/+3
* Revert r293286. It was not intended to come in yet.bdrewery2016-01-071-19/+0
* Move the MAKEOBJDIRPREFIX value guard to sys.mk and expand to MAKEOBJDIR.bdrewery2016-01-071-0/+19
* Document that make's .POSIX: handling is broken. In fact, it has beencperciva2015-12-251-0/+4
* Start support for the RISC-V 64-bit architecture developed by UC Berkeley.br2015-12-111-1/+1
* Fix minor typos introduced on r292084.araujo2015-12-111-2/+2
* Move the inclusion of bsd.cpu.mk from sys.mk to bsd.opts.mk. However,imp2015-12-111-0/+9
* META MODE: Don't create .meta files when symlinking sources into the obj dire...bdrewery2015-11-251-1/+1
* META MODE: Revert r287879 so that 'make -V' still uses AUTO_OBJ.bdrewery2015-11-251-5/+3
* Default MK_META_MODE from MK_DIRDEPS_BUILDsjg2015-11-161-3/+2
* Rename META_MODE option to DIRDEPS_BUILDsjg2015-11-141-6/+6
* 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
OpenPOWER on IntegriCloud