Add tsort to bootstrap targets.

This commit is contained in:
Jordan K. Hubbard
1996-08-03 06:44:46 +00:00
parent 62eba8760b
commit 5f354572b7
+3 -1
View File
@@ -1,5 +1,5 @@
# #
# $Id: Makefile,v 1.90 1996/07/21 00:05:31 jraynard Exp $ # $Id: Makefile,v 1.91 1996/07/27 21:47:42 peter Exp $
# #
# Make command line options: # Make command line options:
# -DCLOBBER will remove /usr/include # -DCLOBBER will remove /usr/include
@@ -347,6 +347,8 @@ bootstrap:
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/lex && ${MAKE} bootstrap && ${MAKE} depend && \ cd ${.CURDIR}/usr.bin/lex && ${MAKE} bootstrap && ${MAKE} depend && \
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/tsort && ${MAKE} depend && \
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
# #
# include-tools - generally the same as 'bootstrap', except that it's for # include-tools - generally the same as 'bootstrap', except that it's for