mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The 'buildenv' target can safely be ran with '+'.
This commit is contained in:
parent
465fed1c17
commit
8260928dfd
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ __<src.init.mk>__:
|
|||
|
||||
.if !target(buildenv)
|
||||
buildenv: .PHONY
|
||||
@env BUILDENV_DIR=${.CURDIR} ${MAKE} -C ${SRCTOP} buildenv
|
||||
${_+_}@env BUILDENV_DIR=${.CURDIR} ${MAKE} -C ${SRCTOP} buildenv
|
||||
.endif
|
||||
|
||||
.endif # !target(__<src.init.mk>__)
|
||||
|
|
|
|||
Loading…
Reference in a new issue