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.
This commit is contained in:
parent
13295c7f99
commit
5b16f1c546
6
Makefile
6
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 "--------------------------------------------------------------"
|
||||
|
Loading…
Reference in New Issue
Block a user