diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-05-08 21:29:35 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-05-08 21:29:35 +0000 |
| commit | a6919ef89d5da3a3ce3ec8b990122e83621a0df0 (patch) | |
| tree | 4b8696e5a1fb4b838d7795ea73e937e0ca6eb46b /Makefile | |
| parent | 5020e862a6354074c184afa161763570372f3dff (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile index 68d6fc6aabe4f..392123be74952 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.173 1998/04/27 16:21:33 bde Exp $ +# $Id: Makefile,v 1.174 1998/05/02 12:29:48 bde Exp $ # # While porting to the another architecture include the bootstrap instead # of the normal build. @@ -293,18 +293,18 @@ buildworld: @echo " Rebuilding ${DESTDIR}/usr/include" @echo "--------------------------------------------------------------" cd ${.CURDIR} && SHARED=symlinks ${BMAKE} includes -.if !defined(NOTOOLS) @echo @echo "--------------------------------------------------------------" - @echo " Rebuilding tools needed to build the bootstrap libraries" + @echo " Rebuilding bootstrap libraries" @echo "--------------------------------------------------------------" - cd ${.CURDIR} && ${BMAKE} lib-tools -.endif + cd ${.CURDIR} && ${BMAKE} bootstrap-libraries +.if !defined(NOTOOLS) @echo @echo "--------------------------------------------------------------" - @echo " Rebuilding bootstrap libraries" + @echo " Rebuilding tools needed to build libraries" @echo "--------------------------------------------------------------" - cd ${.CURDIR} && ${BMAKE} bootstrap-libraries + cd ${.CURDIR} && ${BMAKE} lib-tools +.endif .if !defined(NOTOOLS) @echo @echo "--------------------------------------------------------------" |
