summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-16 11:58:46 +0000
committerbde <bde@FreeBSD.org>1998-03-16 11:58:46 +0000
commitbb4baadeeff0576698b9a37ac14fee88f2a1d7f7 (patch)
treeb242aefdb004bc0f03f1b955a56fc4da1888d6e6 /Makefile
parent0aa922ea319386a3403f0ce1d0e4fb3554ad7ac6 (diff)
downloadFreeBSD-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--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ebec3f8..76f7a52 100644
--- a/Makefile
+++ b/Makefile
@@ -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
OpenPOWER on IntegriCloud