mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
Add make to the bootstrap targets (I thought I committed this 3 days ago -
sheesh!).
This commit is contained in:
parent
3fab4a4b2a
commit
caf93ef534
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16866
3
Makefile
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user