diff options
author | bde <bde@FreeBSD.org> | 1998-03-16 11:58:46 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-03-16 11:58:46 +0000 |
commit | bb4baadeeff0576698b9a37ac14fee88f2a1d7f7 (patch) | |
tree | b242aefdb004bc0f03f1b955a56fc4da1888d6e6 /Makefile | |
parent | 0aa922ea319386a3403f0ce1d0e4fb3554ad7ac6 (diff) | |
download | FreeBSD-src-bb4baadeeff0576698b9a37ac14fee88f2a1d7f7.zip FreeBSD-src-bb4baadeeff0576698b9a37ac14fee88f2a1d7f7.tar.gz |
Restored an (apparently unnecessary) -B for installing lib-tools.
The install target is -j-unsafe in general, so we use -B for
installing everything in `make world'.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.164 1998/03/14 13:58:21 bde Exp $ +# $Id: Makefile,v 1.165 1998/03/15 04:52:58 bde Exp $ # # While porting to the another architecture include the bootstrap instead # of the normal build. @@ -570,7 +570,7 @@ lib-tools: usr.bin/uudecode cd ${.CURDIR}/$d && ${MAKE} ${MK_FLAGS} depend && \ ${MAKE} ${MK_FLAGS} all && \ - ${MAKE} ${MK_FLAGS} install && \ + ${MAKE} ${MK_FLAGS} -B install && \ ${MAKE} ${MK_FLAGS:S/-DNOPIC//} -B ${CLEANDIR} ${OBJDIR} .endfor |