mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
This is not a problem but a feature of PMake.
Pointed out by: bde
This commit is contained in:
parent
97d5f7bb3b
commit
471eab0d41
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ 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} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue