summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.obj.mk
Commit message (Expand)AuthorAgeFilesLines
* MFC r279980:dim2015-03-211-0/+10
* Add support for bmake. This includes:marcel2012-10-061-0/+7
* Make sure the only thing that follows .endif or .else is a comment.harti2005-04-111-2/+2
* Remove trailing spaces.krion2005-01-061-2/+2
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-4/+4
* Mark the "obj" target with the .PHONY attribute.ru2004-04-131-1/+1
* Fix a very corner case when you want to make cleandir SUBDIRs whichgreen2004-01-021-2/+2
* test -h is deprecated; use -L instead.kris2002-08-311-1/+1
* Moved the `distribute' target from bsd.obj.mk to bsd.subdir.mk,ru2002-07-121-8/+0
* Moved checkdpadd target to where it logically belongs.ru2002-07-031-25/+0
* Fixed typos.ru2002-07-011-4/+4
* Quiet ``make objlink'' when NOOBJ is defined.ru2002-06-211-1/+3
* Abuse bsd.obj.mk for defining default distribute target.ru2002-04-241-0/+8
* Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk.ru2002-04-231-36/+6
* Fixed _SUBDIR.ru2002-04-221-4/+8
* Don't include bsd.own.mk from sys.mk, this makes it impossibleru2002-04-171-0/+6
* Really finish the removal of ${LDDESTDIR} in bsd.lib.mk,v 1.55.ru2002-04-111-1/+1
* Neither .depend nor ${DEPENDFILE} depend on _SUBDIR.ru2002-02-061-1/+1
* Fixed `objwarn' so that it doesn't issue spurious warnings,ru2001-05-201-3/+18
* ... and do it make(1) way.ru2001-04-261-5/+5
* Fix the fix in rev.1.34.ru2001-04-231-1/+1
* Use test -z rather than -n.obrien2000-11-011-1/+1
* Fix the arguments to [(1) (AKA test(1)). If the string being testedmarkm2000-08-191-1/+1
* The previous delta was wrong; an empty MAKEOBJDIRPREFIX shouldsheldonh2000-08-171-2/+2
* Do not allow the cleandir target to blow away the entire sourcesheldonh2000-08-161-1/+1
* ${MACHINE} -> ${MACHINE_ARCH}marcel1999-11-141-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Restored objlink. The previous commit was confused about the differencebde1999-03-211-1/+11
* Bitrot. Remove objlink as it is not pleasant to be downwind.markm1999-03-141-30/+2
* BINFORMAT -> OBJFORMAT ready for E-day.jb1998-08-301-2/+2
* Make the whereobj target print it's output without the overhead ofpeter1998-06-041-2/+2
* Only include bsd.dep.mk in `mk'files that handle C sources. Abusebde1998-05-061-1/+24
* Improved comparison of ${DPADD} with ${LDADD} for the checkdpadd target.bde1998-03-141-6/+10
* Remove ${CLEANDIRS} in the default clean rule, so that bsd.prog.mk canbde1998-02-251-3/+8
* Only remove ${CLEANFILES} in the default clean rule. In particular,bde1997-12-191-18/+16
* Added trailing slash to ${CANONICALOBJDIR} in tests for directories,bde1997-04-301-7/+7
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* In the "cleanobj" target, always remove the old-style "${.CURDIR}/obj"jdp1997-02-141-2/+0
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Don't warn about non-canonical object directories if they have beenbde1996-09-291-15/+20
* The warning was triggering off the unused variable MAKEOBJDIR, insteadnate1996-09-281-2/+2
* Back out my brackets change, it is definitely make bug, (recentlyache1996-09-241-2/+2
* Add brackets to change bogus make expression priority, i.e.ache1996-09-241-2/+2
* Added a `checkdpadd' target to help check that ${DPADD} is consistent withbde1996-09-201-1/+13
* Fixed and simplified `whereobj' rule. Use the not-so-new -V feature.bde1996-09-201-10/+2
* disable the objwarn warning if NOOBJ is set.. We have quite a few placespeter1996-09-191-3/+5
* .TARGETOBJDIR has been removed from make and CANONICALOBJDIR set inswallace1996-09-181-23/+43
* Fixed `make objlink' (and `make obj' in the (non-default) OBJLINK case).bde1996-09-051-3/+5
* Fix the recently added whereobj target.peter1996-07-141-4/+4
* Add whereobj target to find that pesky obj dirpst1996-07-121-1/+17
OpenPOWER on IntegriCloud