summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.dep.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Improve upon the previous commit to fix the yacc rule.marcel2012-10-191-4/+5
| * | Add support for bmake. This includes:marcel2012-10-061-2/+5
| * | Make sure bsd.dep.mk does not filter out -stdlib=xxx from CXXFLAGS,dim2012-08-231-2/+4
| |/
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-2/+16
|/
* Also pass the -ansi flag through to mkdep (requested by bde), and fixdas2011-10-111-2/+2
* Pass -std= flags in CFLAGS to mkdep. Without this, preprocessor testsdas2011-10-101-2/+2
* Remove support for the Intel C Compiler from the build infrastructure.dim2011-04-191-5/+0
* Remove libobjc and other Objective-C related components, as these aredim2011-04-171-6/+0
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inrpaulo2010-08-171-1/+1
* Make sure any -U CFLAGS are not filtered out when calling mkdep, asrpaulo2010-08-171-6/+6
* Allow the CTAGS to be set to something other than "gtags" or "ctags",ru2010-01-181-8/+6
* If CTAGS is not set or set to something other than "ctags" or "gtags",ru2010-01-181-0/+2
* Revert CLEANDEPFILES commit per ru@'s request; it does not really solvedes2008-02-051-5/+0
* Normally, when a header file is removed from the build (as i4b headersdes2008-02-031-0/+5
* Remove trailing spaces.krion2005-01-061-1/+1
* NOTAGS -> NO_TAGSru2004-12-211-1/+1
* This are the build infrastructure changes to allow to use thetrhodes2004-03-121-6/+13
* Fixed bogus ${FOO:Mbar} tests where the actual intent is to checkru2004-01-271-6/+6
* Guess better the source for object files in case .depend file isru2004-01-171-0/+12
* Introduce DPSRCS, that holds the list of source files which areru2004-01-131-5/+8
OpenPOWER on IntegriCloud