Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151173548
D51454.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
603 B
Referenced Files
None
Subscribers
None
D51454.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, Apr 7, 2:26 PM (6 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31037082
Default Alt Text
D51454.diff (603 B)
Attached To
Mode
D51454: bsd.subdir.mk skip _SUBDIR for DIRDEPS_BUILD
Attached
Detach File
Event Timeline
Log In to Comment