summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.dep.mk
Commit message (Expand)AuthorAgeFilesLines
* MFC r271365:ngie2014-10-231-2/+4
* MFH (r268877, r268921): use -o instead of a redirect.des2014-08-231-1/+1
* MFC r268300 r268541 r268544 r268565 r269775 r269838 r269839 r269840rpaulo2014-08-131-6/+28
* MFC r268300:rpaulo2014-07-311-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
* Removed bogus env(1) commands. make(1) uses a real shell, sobde2002-03-191-1/+1
* Pass our idea of `CC' down to mkdep.obrien2002-03-151-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Clean new index file(GPATH) of global.simokawa1999-01-181-2/+3
* Recognize ".cpp" as a C++ suffix.dt1998-06-051-3/+4
* Oops, forgot references in previous commit.bde1998-05-151-1/+1
* Support Objective C almost as well as C++.bde1998-05-151-1/+7
* Oops, the lex and yacc sources must be added to SRCS before ${SRCS}bde1998-05-111-40/+40
* Moved lex and yacc source handling from bsd.prog.mk to bsd.dep.mkbde1998-05-081-1/+40
* Only include bsd.dep.mk in `mk'files that handle C sources. Abusebde1998-05-061-14/+1
* Support new version of global.eivind1998-03-231-5/+5
* Pass -nostdinc to mkdep for assembler and C files (it was alreadybde1998-03-071-16/+15
* Fixed cleaning of tags files. GSYMS was forgotten.bde1998-02-201-2/+2
OpenPOWER on IntegriCloud