summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.dep.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* - Replaced several := ops with their += equivalents; the oldru2004-01-121-9/+8
* Use make(1) instead of a shell script to implement the checkdpadd target.bde2003-07-031-9/+7
* The .s files do not have to be preprocessed with cpp(1).ru2003-07-021-2/+2
* There's no reason to keep separate AINC knob anymore.ru2003-07-011-8/+2
* Added the new variable CTAGS which, if set to "ctags", revertsru2002-10-171-17/+37
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-9/+0
* Moved checkdpadd target to where it logically belongs.ru2002-07-031-0/+22
* Fixed missing quotes in the default for MKDEPCMD in the CC != cc case.bde2002-05-071-1/+1
* Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk.ru2002-04-231-4/+4
* Prohibit the direct inclusion of bsd.dep.mk.ru2002-04-221-0/+3
* Doh, previous revision made .depend to be almost always out of date.ru2002-04-171-3/+2
* Don't spawn extra make(1) process to execute _EXTRADEPEND.ru2002-04-161-2/+4
* Only pass our idea of `CC' down to mkdep(1) if it's non-default.ru2002-04-151-0/+4
OpenPOWER on IntegriCloud