summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.subdir.mk
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo.marcel2000-01-031-1/+1
| | | | Submitted by: Richard Wackerbarth <rkw@dataplex.net>
* ${MACHINE} -> ${MACHINE_ARCH}marcel1999-11-141-5/+5
| | | | | | | | | | | | | | | | All Makefiles now use MACHINE_ARCH for the target architecture. Unification is required for cross-building. Tags added to: sys/boot/Makefile sys/boot/arc/loader/Makefile sys/kern/Makefile usr.bin/cpp/Makefile usr.bin/gcore/Makefile usr.bin/truss/Makefile usr.bin/gcore/Makefile: fixed typo: MACHINDE -> MACHINE_ARCH
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Restored objlink. The previous commit was confused about the differencebde1999-03-211-3/+3
| | | | between OBJLINK and objlink.
* Bitrot. Remove objlink as it is not pleasant to be downwind.markm1999-03-141-3/+3
| | | | | PR: 8071 Reviewed by: Sheldon Hearn <sheldonh@iafrica.com>
* Make ../Makefile.inc handling more consistant to prevent multiple includespeter1998-08-081-1/+7
| | | | | | when certain .mk files include other .mk files. This will remove the need for multiple include protection in some other makefiles around the tree (and helps some elf conditionals).
* Delete stale comment.wosch1998-05-061-4/+2
| | | | Pointed out by: bde
* Support for fine-grained external control of subdir building.eivind1998-03-291-12/+38
|
* Remove special handling of 'tags' for complex subdir systemseivind1998-03-261-26/+4
| | | | | | (presently only used in tip; should have been used by e.g. pkg_add). Submitted by: bde
* Support new version of global.eivind1998-03-231-5/+5
| | | | | Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net> Tested by: make buildworld
* Introduce the 'regress' target.eivind1998-03-121-2/+2
| | | | Silently approved by: -hackers, -current
* target(__target) -> target(${__target})wosch1997-11-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | PR: bin/4736 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at> Index: bsd.subdir.mk =================================================================== RCS file: /usr/cvs/src/share/mk/bsd.subdir.mk,v retrieving revision 1.18 diff -u -r1.18 bsd.subdir.mk --- bsd.subdir.mk 1997/06/21 15:40:34 1.18 +++ bsd.subdir.mk 1997/11/09 18:04:33 @@ -59,7 +59,7 @@ .for __target in all checkdpadd clean cleandir depend lint \ maninstall obj objlink -.if !target(__target) +.if !target(${__target}) ${__target}: _SUBDIRUSE .endif .endfor
* Change the distribute targets so that a given item in our source treejkh1997-06-211-2/+4
| | | | can place itself into n distributions, where n >= 1.
* Support GLOBAL style tags.jkh1997-04-131-3/+25
|
* Remove ${MAKEFLAGS} on recommendation by Bruce, mainly because the reasonscrappy1997-03-311-2/+2
| | | | | for adding it was so that -j3 carried through on a make -j3 world, but found at least one circumstance where it breaks 'make depend'
* Add ${MAKEFLAGS} to ${MAKE} in _SUBDIRUSE so that something likescrappy1997-03-301-2/+2
| | | | | | | 'make -j3 world' works Jordan points out that this may not be the only place this is required to be added, but so far, its the only one I've found to break -j3
* Add comments.wosch1997-03-091-2/+33
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Added a `checkdpadd' target to help check that ${DPADD} is consistent withbde1996-09-201-2/+3
| | | | ${LDADD}. It doesn't handle internal libraries very well yet.
* Add default targets for cleandepend and objlink.jkh1996-06-241-2/+2
| | | | Submitted by: Michael Hancock <michaelh@cet.co.jp>
* remove BINGRP?=, BINOWN?=, BINMODE?=, STRIP?=wosch1996-04-051-44/+11
| | | | use .for loop for common targets
* "make distribute" have changed, beware if you use it.phk1995-02-251-2/+2
|
* Eliminate a bogus stray tab.jkh1995-01-231-2/+1
|
* Change DISTRIBUTION names. Also make bsd.doc.mk go to doc distribution,jkh1995-01-141-2/+2
| | | | not bin. Hmmm.
* Add a new "distribute" target. This is a variant of install, which willphk1994-11-131-1/+11
| | | | | | | | | | | | put the stuff into the right "distribution". As default things end up in "bindist". Normal (ie: most) makefiles know naught of this. More commits will follow, which will direct various parts of the tree into the distribution we want them in. Some of the grief of being release-engineer is supposed to go away with this.
* Add support for DEBUG_FLAGS. If you say something like:jkh1994-09-161-1/+3
| | | | | | | make DEBUG_FLAGS=-g2 You can compile something for debugging at debugging level 2. It will also take care not to strip the resulting executable(s).
* Use ${ECHODIR} instead of `echo' for printing directory names so thatbde1994-08-281-3/+3
| | | | `make -ss' is very quiet.
* Spplat our 1.1.5 `mk' ifiles over the top of the 4.4 ones. So farwollman1994-08-041-15/+11
| | | | as I can tell, this is ts the right thing to do.
* BSD 4.4 Lite Share Sourcesrgrimes1994-05-301-0/+80
OpenPOWER on IntegriCloud