summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-06-19 21:19:56 +0000
committernate <nate@FreeBSD.org>1996-06-19 21:19:56 +0000
commit848d450be9798111cea194316e5232b97fe0f359 (patch)
tree074108244829c1739d3f72eb47d204e2bb055742 /Makefile
parentd95e65608c2b585b0dba03329320c62dbaf1d0db (diff)
downloadFreeBSD-src-848d450be9798111cea194316e5232b97fe0f359.zip
FreeBSD-src-848d450be9798111cea194316e5232b97fe0f359.tar.gz
Don't try to do a 'make bootstrap all install' in one commend. Break it
into two make commands so that make will recognize that it doesn't need to buid scan.c w/lex.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 20cda8c..29a9b11 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.79 1996/05/04 07:12:07 markm Exp $
+# $Id: Makefile,v 1.80 1996/06/19 20:48:48 nate Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -116,7 +116,8 @@ bootstrap:
cd ${.CURDIR}/usr.bin/xlint/lint1 && ${MAKE} ${MK_FLAGS} install
cd ${.CURDIR}/usr.bin/xlint/lint2 && ${MAKE} ${MK_FLAGS} install
cd ${.CURDIR}/usr.bin/xlint/xlint && ${MAKE} ${MK_FLAGS} install
- cd ${.CURDIR}/usr.bin/lex && ${MAKE} ${MK_FLAGS} bootstrap all install
+ cd ${.CURDIR}/usr.bin/lex && ${MAKE} ${MK_FLAGS} bootstrap && \
+ ${MAKE} ${MK_FLAGS} all install
reinstall: hierarchy mk includes
@echo "--------------------------------------------------------------"
OpenPOWER on IntegriCloud