summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-06-17 09:34:42 +0000
committerbde <bde@FreeBSD.org>1998-06-17 09:34:42 +0000
commita7dfca09c3f2ebe22fe2a15f06bf835fa61ee9ac (patch)
tree3d972a7a6899ca3cbf33d8bef1d8602f0f77ec87 /Makefile
parentf8ad884633bac177045ffe0d6ba0843a395821bf (diff)
downloadFreeBSD-src-a7dfca09c3f2ebe22fe2a15f06bf835fa61ee9ac.zip
FreeBSD-src-a7dfca09c3f2ebe22fe2a15f06bf835fa61ee9ac.tar.gz
Added yacc to the bootstrap tools. It is needed very early to
build at least compile_et and lex, and although almost any version of yacc could work, the version in -stable doesn't actually work with -current makefiles because it doesn't support -o. Submitted by: Ian Holland <ianh@tortuga.com.au>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 67017b3..902b35d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.201 1998/06/09 07:19:13 bde Exp $
+# $Id: Makefile,v 1.202 1998/06/13 02:03:36 peter Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@@ -499,6 +499,9 @@ bootstrap:
cd ${.CURDIR}/usr.bin/xinstall; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
${MAKE} ${MK_FLAGS} all; \
${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR}
+ cd ${.CURDIR}/usr.bin/yacc; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
+ ${MAKE} ${MK_FLAGS} all; \
+ ${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/lex; ${MAKE} bootstrap; \
${MAKE} ${MK_FLAGS} ${_DEPEND}; \
${MAKE} ${MK_FLAGS} -DNOLIB all; \
OpenPOWER on IntegriCloud