diff options
author | jkh <jkh@FreeBSD.org> | 1996-07-01 06:13:31 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-07-01 06:13:31 +0000 |
commit | 5114792bdd7a66481ad22b9bc4af97c03af9a1f9 (patch) | |
tree | d5c8fc89f4ca0be3066cb8e3e0b79a7fa884b975 /Makefile | |
parent | 73f2fc7a9bc843bd99f2670fa410855068d3b0e2 (diff) | |
download | FreeBSD-src-5114792bdd7a66481ad22b9bc4af97c03af9a1f9.zip FreeBSD-src-5114792bdd7a66481ad22b9bc4af97c03af9a1f9.tar.gz |
Add make to the bootstrap targets (I thought I committed this 3 days ago -
sheesh!).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |