summaryrefslogtreecommitdiff
path: root/share/mk/bsd.subdir.mk
AgeCommit message (Collapse)Author
2012-10-15old stuff:Marc Espie
- moved to realdepend with success, finish the old subdirdepend. - .LIBS: doesn't mean anything any more, and it had broken semantics when it meant something anyways. okay millert@
2012-08-18allow other targets to work like install -> realinstallMarc Espie
(to be used in xenocara for build) okay matthieu@
2012-04-08unhook lint from the tree. The parser is incomplete and difficultJonathan Gray
to fix and there are several alternatives that don't tell quite so many dangerous lies. enthusiastic agreement from a bunch of people
2009-09-23use "exec ${MAKE} ..." instead of "${MAKE} ..." for recursion.Matthieu Herrb
This saves a few processes. ok miod@.
2007-11-03unmess make depend: make sure stuff is built in the correct order.Marc Espie
2005-02-05introduce explicit MAKE_FLAGS variable, which has no surprising behaviorMarc Espie
dependent on make, and fixes the regress problem reported by David Krause.
2005-01-19zap redundant MAKEFLAGS, put common code in a loop, indent.Marc Espie
okay hshoexer.
2004-01-18don't include bsd.own.mk a second timeMarco S Hyman
'I don't see the harm in that --millert@'
2002-02-22If there is no regress target provide one with _SUBDIRUSE.Artur Grabowski
1998-03-01Add Benedikt Stockebrand <benedikt@devnull.ruhr.de>'s SKIPDIR handlingNiklas Hallqvist
It actually has proven useful for developer work when in-transit changes of tools breaks certain parts of the system. We do not recommend it on a regular basis though, as having customized setups make bug handling more troublesome
1997-06-02do MAKEFLAGS betterMichael Shalayeff
1997-06-02propagate MAKEFLAGSMichael Shalayeff
1996-04-22sync with netbsd 960418Theo de Raadt
1996-03-16Workaround for testing of Makefile.bsd-wrapper encountered while portingetheisen
libg++.
1996-03-05Labeling style changed ($OpenBSD$).Michael Shalayeff
POSTINSTALL added to the <bsd.lkm.mk> (see bsd.README for details).
1996-02-25Added <bsd.lkm.mk> file. Correspondent changes made to the bsd.README.Michael Shalayeff
All the rest changed to be $OpenBSD$. Dedicated to Suzi Quatro (she must be alive still, so best wishes to here).
1995-12-19check for Makefile.bsd-wrapper in the correct directoryTheo de Raadt
1995-12-18Added support for using a special makefile: Makefile.bsd-wrapper whenNiklas Hallqvist
available. This will help having imported software in the tree without needing to munge the standard Makefile.
1995-10-18initial import of NetBSD treeTheo de Raadt