Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148482366
D51454.1787060037.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
603 B
Referenced Files
None
Subscribers
None
D51454.1787060037.diff
View Options
diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk
--- a/share/mk/bsd.subdir.mk
+++ b/share/mk/bsd.subdir.mk
@@ -76,13 +76,14 @@
.endif
.if !defined(NEED_SUBDIR)
+.if ${MK_DIRDEPS_BUILD} == "yes"
+# ignore this
+_SUBDIR:
# .MAKE.DEPENDFILE==/dev/null is set by bsd.dep.mk to avoid reading
# Makefile.depend
-.if ${.MAKE.LEVEL} == 0 && ${MK_DIRDEPS_BUILD} == "yes" && !empty(SUBDIR) && \
- ${.MAKE.DEPENDFILE} != "/dev/null"
+.if ${.MAKE.LEVEL} == 0 && !empty(SUBDIR) && ${.MAKE.DEPENDFILE} != "/dev/null"
.include <meta.subdir.mk>
-# ignore this
-_SUBDIR:
+.endif
.endif
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 1:33 PM (10 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29425282
Default Alt Text
D51454.1787060037.diff (603 B)
Attached To
Mode
D51454: bsd.subdir.mk skip _SUBDIR for DIRDEPS_BUILD
Attached
Detach File
Event Timeline
Log In to Comment