We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db3cf1 commit 36cfe02Copy full SHA for 36cfe02
Makefile
@@ -102,7 +102,7 @@
102
103
# Note: we use this awkward construct to be compatible with FreeBSD's
104
# old make used in 10.0 and 9.2 and earlier.
105
-.if defined(MK_META_MODE) && ${MK_META_MODE} == "yes"
+.if defined(MK_META_MODE) && ${MK_META_MODE} == "yes" && !make(showconfig)
106
# targets/Makefile plays the role of top-level
107
.include "targets/Makefile"
108
.else
@@ -538,7 +538,9 @@ MK_META_MODE= no
538
MK_STAGING= no
539
# tell meta.autodep.mk to not even think about updating anything.
540
UPDATE_DEPENDFILE= NO
541
+.if !make(showconfig)
542
.export MK_META_MODE MK_STAGING UPDATE_DEPENDFILE
543
+.endif
544
545
.if make(universe)
546
# we do not want a failure of one branch abort all.
0 commit comments