summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-07-01 06:13:31 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-07-01 06:13:31 +0000
commitcaf93ef5346364b051ad209e3715680ff6b6e286 (patch)
treed5c8fc89f4ca0be3066cb8e3e0b79a7fa884b975
parent3fab4a4b2a8afef08dc38c56570a61815cf322b7 (diff)
Notes
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ca8b4f7b481..6155aff89e09 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.87 1996/06/27 06:00:52 peter Exp $
+# $Id: Makefile,v 1.88 1996/06/28 05:36:00 phk Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -120,6 +120,7 @@ world: pre-world hierarchy mk $(WORLD_CLEANDIST) bootstrap include-tools include
@echo "make world completed on `date`"
bootstrap:
+ cd ${.CURDIR}/usr.bin/make && ${MAKE} ${MK_FLAGS} all install
cd ${.CURDIR}/usr.bin/xlint && ${MAKE} ${MK_FLAGS} lint1 lint2 xlint
cd ${.CURDIR}/usr.bin/xlint/lint1 && ${MAKE} ${MK_FLAGS} install
cd ${.CURDIR}/usr.bin/xlint/lint2 && ${MAKE} ${MK_FLAGS} install