summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.dep.mk
Commit message (Expand)AuthorAgeFilesLines
* Add CLEANDEPEND[FILES|DIRS] and simplify the tags cleanup to use it.bdrewery2016-02-161-8/+18
* Always remove .depend.* regardless of WITH_FAST_DEPEND in case of changingbdrewery2016-02-161-2/+1
* Remove temporary hack from r294370 for SSH upgrades.bdrewery2016-02-161-8/+0
* Fix -include .depend hack from r294370 for headers not in .PATH.bdrewery2016-01-281-5/+6
* Revert yacc dependency back to pre-r241298.bdrewery2016-01-271-2/+2
* Fix DIRDEPS_BUILD after r294752.bdrewery2016-01-271-0/+2
* 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
* mkdep: Fix -include not being added for .depend tracking.bdrewery2016-01-201-2/+17
* FAST_DEPEND: Still use if filemon is not used.bdrewery2016-01-191-1/+2
* Define .MAKE.MODE to normal to avoid the need for :U later.bdrewery2016-01-191-1/+1
* FAST_DEPEND: Rework optimization for r290524.bdrewery2016-01-151-4/+4
* FAST_DEPEND: Only pass -MF if we care about the object being compiled.bdrewery2015-12-071-0/+7
* FAST_DEPEND: Move handling code below yacc/lex/dtrace code that modified SRCS.bdrewery2015-12-071-20/+22
* FAST_DEPEND: Only try to use dependencies from C/C++ SRCS as mkdep did.bdrewery2015-12-071-1/+4
* FAST_DEPEND: Actually use -MP from DEPEND_MP, completing r291554.bdrewery2015-12-011-1/+1
* FAST_DEPEND: Workaround hacks in the wild that have '..' or '/' in OBJS.bdrewery2015-12-011-3/+6
* FAST_DEPEND: Allow not using -MP by setting DEPEND_MP blank.bdrewery2015-12-011-1/+2
* Rename META_MODE option to DIRDEPS_BUILDsjg2015-11-141-1/+1
* FAST_DEPEND: Fix building of wrong source files in some cases.bdrewery2015-11-091-3/+3
* Add built-in ccache build support via WITH_CCACHE_BUILD option.bdrewery2015-11-081-4/+6
* FAST_DEPEND: Don't enable when .MAKE.MODE=meta.bdrewery2015-11-081-1/+1
* FAST_DEPEND: Don't include depend files when using 'make -V'.bdrewery2015-11-081-0/+2
* Add a FAST_DEPEND option, off by default, which speeds up the build significa...bdrewery2015-11-061-3/+20
* Building on fmake is no longer possible so removed tests for bmake.sjg2015-06-101-2/+0
* Merge from headsjg2015-05-261-7/+4
|\
| * Add a DTRACEFLAGS variable, which can be used to pass additional variablesmarkj2015-04-081-4/+4
| * Remove drti.o's dependency on libelf. This makes it possible to add DTracemarkj2015-02-181-3/+0
* | Merge from head@274682sjg2014-11-191-15/+22
|\ \ | |/
| * The dependencies are computed with CC even if sources are C++, when buildingbapt2014-10-211-1/+1
| * Fix a few small bugs in the DTrace USDT rules:markj2014-10-211-10/+7
| * Correct the way that libelf is linked when USDT is used.markj2014-10-011-2/+2
| * Remove many false positives with make checkdpaddngie2014-09-101-2/+4
| * Define _DTRACE_VERSION in sdt.h rather than setting it manually. This ismarkj2014-09-021-1/+1
| * Make sure the DTrace header files are built before depend and beforerpaulo2014-08-131-0/+3
| * Revert r269839.rpaulo2014-08-111-1/+1
| * Add .d files to the reverse matching pattern in bsd.dep.mk to accountrpaulo2014-08-111-1/+1
| * Fix another typoe in the definition of DTrace SOBJS.rpaulo2014-08-111-1/+1
| * bsd.dep.mk: use the empty() function with the check for .d files.rpaulo2014-08-111-1/+1
| * Fix an error in the dependency of the DTrace object file.rpaulo2014-08-111-1/+1
| * Fix a few problems with the USDT probes:rpaulo2014-08-101-8/+13
* | Merge head from 7/28sjg2014-08-191-1/+27
|\ \ | |/
| * Older versions of flex (like the one used in FreeBSD <= 9) expect thedes2014-07-201-1/+1
| * Use -o (output to file) instead of -t (print to stdout) and a redirect.des2014-07-191-1/+1
| * Optimisation: replace ${_D:R} with just ${_D}.rpaulo2014-07-121-2/+2
| * Automatically build and link DTrace USDT probes.rpaulo2014-07-121-5/+19
| * bsd.dep.mk: add support for generating DTrace header files from .d files.rpaulo2014-07-051-0/+12
| |
| \
*-. \ Sync from headsjg2012-11-041-2/+4
|\ \ \ | | |/ | |/|
| * | Revert r241752. The claim that it's more correct while at the same timemarcel2012-10-201-5/+4
OpenPOWER on IntegriCloud