summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Merge ^/head r294961 through r295350.dim2016-02-065-29/+26
|\
| * Fix style and remove excess / for installing SYMLINKS.bdrewery2016-02-042-3/+3
| * MLINKS: Deduplicate some of the logic, simplify, and unhide install commands.bdrewery2016-02-041-18/+14
| * Fix cat files being installed to wrong place since r284685.bdrewery2016-02-041-2/+2
| * Stop hiding link install commands.bdrewery2016-02-042-3/+0
| * Don't let NLSLINKS contain itself.bdrewery2016-02-031-0/+3
| * Fix -include .depend hack from r294370 for headers not in .PATH.bdrewery2016-01-281-5/+6
* | Merge ^/head r294777 through r294960.dim2016-01-272-4/+6
|\ \ | |/
| * Revert yacc dependency back to pre-r241298.bdrewery2016-01-271-2/+2
| * Set a value for _RECURSING_PROGS for debugging.bdrewery2016-01-271-2/+2
| * Fix DIRDEPS_BUILD after r294752.bdrewery2016-01-271-0/+2
* | Merge ^/head r294599 through r294776.dim2016-01-265-23/+33
|\ \ | |/
| * Fix PROGS not reading .depend files after r284288 by making DEPENDFILE work.bdrewery2016-01-251-0/+1
| * Remove unneeded beforebuild hacks for dtrace probes.bdrewery2016-01-251-6/+4
| * Fix incremental build of dtrace probes.bdrewery2016-01-251-0/+3
| * Import latest host-target.mk 1.11 from contrib/bmake/mkbdrewery2016-01-251-7/+16
| * Import latest gendirdeps.mk 1.29 from contrib/bmake/mkbdrewery2016-01-251-2/+2
| * Import latest meta.subdir.mk 1.11 from contrib/bmake/mkbdrewery2016-01-251-2/+2
| * Import latest auto.obj.mk 1.12 from contrib/bmake/mk.bdrewery2016-01-251-6/+5
* | Merge ^/head r294169 through r294598.dim2016-01-226-20/+44
|\ \ | |/
| * mkdep: Fix -include not being added for .depend tracking.bdrewery2016-01-201-2/+17
| * FAST_DEPEND: Fix improperly depending all .So objects on all headers.bdrewery2016-01-191-0/+2
| * bsd.subdir.mk: Allow easier modification of [STANDALONE_]SUBDIR_TARGETS.bdrewery2016-01-191-13/+16
| * installconfig is PARALLEL_SUBDIR safe.bdrewery2016-01-191-1/+1
| * FAST_DEPEND: Still use if filemon is not used.bdrewery2016-01-191-1/+2
| * 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-194-6/+6
* | Merge ^head r294090 through r294168.dim2016-01-161-4/+4
|\ \ | |/
| * FAST_DEPEND: Rework optimization for r290524.bdrewery2016-01-151-4/+4
* | Merge ^/head r293850 through r294089.dim2016-01-151-2/+3
|\ \ | |/
| * Allow file specific user-specified flag overridessmh2016-01-141-2/+3
* | Merge ^/head r293430 through r293685.dim2016-01-111-2/+2
|\ \ | |/
| * Support use of LLVM's libunwind for exception unwindingemaste2016-01-091-2/+2
| * 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
* | Merge ^/head r293036 through r293174.dim2016-01-041-0/+5
|\ \ | |/
| * Add new LIBSOFT option. This is similar to the LIB32 option, exceptimp2016-01-031-0/+5
| * Merge r293006 from clang380-import branch:dim2015-12-311-1/+1
* | For determining the compiler version, quote the string to be echo'd,dim2015-12-311-1/+1
* | First part of updating llvm/clang build glue: getting llvm-tblgen,dim2015-12-311-1/+2
|/
* Make libxnet.so a symlink to libc.so. This makes `-lxnet` a no-op, ascperciva2015-12-251-0/+3
* Document that make's .POSIX: handling is broken. In fact, it has beencperciva2015-12-251-0/+4
* Clean up Kyuafile.tmp, not Kyuafile.auto.tmpngie2015-12-201-1/+1
* Document LOCALBASE in the bsd.test.mk sectionngie2015-12-201-0/+4
* - Use LOCALBASE instead of KYUA_PREFIX for the --prefix to kyua(1)ngie2015-12-203-9/+5
* Deal with another hardcoded reference to Kyuafile in the KYUAFILE == autongie2015-12-201-1/+1
* Fix typo in r292500 by adding missing conditional statementngie2015-12-201-0/+1
* Simplify Kyuafile generation logic with KYUAFILE == auto andngie2015-12-201-14/+10
* Enable LLDB by default on amd64 and arm64emaste2015-12-161-1/+5
* DIRDEPS_BUILD: Support bootstrapping from PROGS.(DPADD|LIBADD).bdrewery2015-12-151-3/+18
OpenPOWER on IntegriCloud