Work around the problem in multi-job make(1).
(Fixes ``make -jN buildworld'' breakage in bootstrap-tools.) Reported by: Steve Kargl <sgk@troutmask.apl.washington.edu>
This commit is contained in:
parent
94df9754e5
commit
9ba4bc8ede
@ -58,6 +58,8 @@ beforeinstall:
|
||||
cd ${.CURDIR}; \
|
||||
${INSTALL} ${COPY} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
|
||||
hyphen.us-ru ${DESTDIR}${TMACDIR}
|
||||
# XXX: multi-job make chokes without this
|
||||
cd ${.OBJDIR}
|
||||
.for f in ${STRIPFILES} ${SPECIALFILES}
|
||||
${INSTALL} ${COPY} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
|
||||
$f-s ${DESTDIR}${TMACDIR}/$f
|
||||
|
Loading…
Reference in New Issue
Block a user