From 62fe26383b8d71d208263a5a32481f3e320ab10f Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 17 Feb 1996 14:23:25 +0000 Subject: do the 'include-tools' as part of the world target (like lib-tools and build-tools) so that a "make includes" doesn't spam your build tree. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 28188c4..4418ca0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.74 1996/01/30 05:46:35 nate Exp $ +# $Id: Makefile,v 1.75 1996/02/11 08:58:01 markm Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include and MOST of /usr/lib @@ -100,7 +100,7 @@ CLEANDIR= cleandir .endif .endif -world: hierarchy mk $(WORLD_CLEANDIST) includes lib-tools libraries build-tools +world: hierarchy mk $(WORLD_CLEANDIST) include-tools includes lib-tools libraries build-tools @echo "--------------------------------------------------------------" @echo " Rebuilding ${DESTDIR} The whole thing" @echo "--------------------------------------------------------------" @@ -212,7 +212,7 @@ mk: @echo "--------------------------------------------------------------" cd ${.CURDIR}/share/mk && ${MAKE} install -includes: include-tools +includes: @echo "--------------------------------------------------------------" @echo " Rebuilding ${DESTDIR}/usr/include" @echo "--------------------------------------------------------------" -- cgit v1.1