mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
AUTO_OBJ: Don't create .OBJDIR with 'make -n'.
Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
ddf95e2ae8
commit
42b16bca0c
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ NO_META_IGNORE_HOST_HEADERS= 1
|
|||
# This needs to be done early - before .PATH is computed
|
||||
# Don't do this for 'make showconfig' as it enables all options where meta mode
|
||||
# is not expected.
|
||||
.if !make(showconfig) && !make(print-dir)
|
||||
.if !make(showconfig) && !make(print-dir) && empty(.MAKEFLAGS:M-[nN])
|
||||
.sinclude <auto.obj.mk>
|
||||
.endif
|
||||
.endif # ${MK_AUTO_OBJ} == "yes"
|
||||
|
|
|
|||
Loading…
Reference in a new issue