mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
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'.
This commit is contained in:
parent
2167f84289
commit
279e998173
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34623
4
Makefile
4
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user