summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-01-30 05:22:00 +0000
committernate <nate@FreeBSD.org>1996-01-30 05:22:00 +0000
commit574d4201ac32f3771d9a08c19171ae5dceb6f432 (patch)
tree3c9c1bc88bd56b6b8e410912ac82db585ce05196 /Makefile
parent91826993d14c1cfd1dca3e0e3db36d76381bd2c6 (diff)
downloadFreeBSD-src-574d4201ac32f3771d9a08c19171ae5dceb6f432.zip
FreeBSD-src-574d4201ac32f3771d9a08c19171ae5dceb6f432.tar.gz
Kludge alert!
Add new 'include-tools' target, which the 'includes' target depends on. Currently, it consists of rpcgen.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9ed12ed..05b7216 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.71 1995/12/27 05:36:20 pst Exp $
+# $Id: Makefile,v 1.72 1996/01/01 08:33:17 peter Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -212,7 +212,7 @@ mk:
@echo "--------------------------------------------------------------"
cd ${.CURDIR}/share/mk && ${MAKE} install
-includes:
+includes: include-tools
@echo "--------------------------------------------------------------"
@echo " Rebuilding ${DESTDIR}/usr/include"
@echo "--------------------------------------------------------------"
@@ -327,6 +327,14 @@ libraries:
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
.endif
+include-tools:
+ @echo "--------------------------------------------------------------"
+ @echo " Rebuild tools necessary to build the include files"
+ @echo "--------------------------------------------------------------"
+ @echo
+ cd ${.CURDIR}/usr.bin/rpcgen && \
+ ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
+
build-tools:
@echo "--------------------------------------------------------------"
@echo " Rebuilding ${DESTDIR} C compiler, make, symorder, sgmlfmt and zic(8)"
@@ -336,8 +344,6 @@ build-tools:
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/make && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
- cd ${.CURDIR}/usr.bin/rpcgen && \
- ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/symorder && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/sgmlfmt && \
OpenPOWER on IntegriCloud