mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Makefile.inc1: Fix typo
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/882
This commit is contained in:
parent
c1aa50bf31
commit
f092a54fdc
1 changed files with 1 additions and 1 deletions
|
|
@ -1048,7 +1048,7 @@ _cleanworldtmp: .PHONY
|
|||
# Note: for delete-old we need to set $PATH to also include the host $PATH
|
||||
# since otherwise a partial build with missing symlinks in ${WORLDTMP}/legacy/
|
||||
# will fail to run due to missing binaries. $WMAKE sets PATH to only ${TMPPATH}
|
||||
# so we remove that assingnment from $WMAKE and prepend the new $PATH
|
||||
# so we remove that assignment from $WMAKE and prepend the new $PATH
|
||||
${_+_}@if [ -e "${WORLDTMP}" ]; then \
|
||||
echo ">>> Deleting stale files in build tree..."; \
|
||||
cd ${.CURDIR}; env PATH=${TMPPATH:Q}:${PATH:Q} ${WMAKE:NPATH=*} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue