diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-03-11 21:00:49 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-03-11 21:00:49 +0000 |
| commit | e28262f3894202c7c0b373019d455593da4e63dd (patch) | |
| tree | 462db3c420c713a9255fb7b399e106169849c28f /Makefile.alpha | |
| parent | 0f471b05f9ade22000b58e785650874094f218fe (diff) | |
Notes
Diffstat (limited to 'Makefile.alpha')
| -rw-r--r-- | Makefile.alpha | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.alpha b/Makefile.alpha index 381696e50deb..1b1ef4381b4e 100644 --- a/Makefile.alpha +++ b/Makefile.alpha @@ -1,4 +1,4 @@ -# $Id: Makefile.alpha,v 1.3 1998/03/09 00:25:30 jb Exp $ +# $Id: Makefile.alpha,v 1.4 1998/03/10 20:25:17 jb Exp $ # # NOTE: # @@ -331,6 +331,7 @@ lib-tools: ln -s /usr/bin/grotty ${WORLDTMP}/usr/bin/grotty ln -s /usr/bin/pic ${WORLDTMP}/usr/bin/pic ln -s /usr/bin/tbl ${WORLDTMP}/usr/bin/tbl + @echo @echo "--------------------------------------------------------------" @echo " Build tools to compile and install the libraries...." @echo "--------------------------------------------------------------" @@ -346,8 +347,8 @@ lib-tools: usr.bin/mk_cmds \ usr.bin/uudecode cd ${.CURDIR}/$d && ${MAKE} obj && \ - ${MAKE} depend && \ - ${MAKE} ${MK_FLAGS} all && \ + ${MAKE} ${MK_FLAGS} -DBOOTSTRAP depend && \ + ${MAKE} ${MK_FLAGS} -DBOOTSTRAP all && \ ${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR} .endfor |
