Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F169807288
D22382.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
948 B
Referenced Files
None
Subscribers
None
D22382.diff
View Options
Index: head/share/mk/bsd.files.mk
===================================================================
--- head/share/mk/bsd.files.mk
+++ head/share/mk/bsd.files.mk
@@ -112,12 +112,11 @@
STAGE_DIR.${${_${group}DIR_${file}}:C,[/*],_,g}= ${STAGE_OBJTOP}${${_${group}DIR_${file}}}
stage_as.${${_${group}DIR_${file}}:C,[/*],_,g}: ${file}
-installfiles-${group}: _${group}INS1_${file}
-_${group}INS1_${file}: installdirs-${_${group}DIR_${file}} _${group}INS_${file}
-_${group}INS_${file}: ${file}
+installfiles-${group}: _${group}INS_${file}
+_${group}INS_${file}: ${file} installdirs-${_${group}DIR_${file}}
${INSTALL} ${${group}TAG_ARGS} -o ${${group}OWN_${file}} \
-g ${${group}GRP_${file}} -m ${${group}MODE_${file}} \
- ${.ALLSRC} ${${group}PREFIX_${file}}/${${group}NAME_${file}}
+ ${.ALLSRC:[1]} ${${group}PREFIX_${file}}/${${group}NAME_${file}}
.endfor # file in ${${group}}
.endif # defined(${group}) && !empty(${group})
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Sep 3, 3:17 PM (16 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37827840
Default Alt Text
D22382.diff (948 B)
Attached To
Mode
D22382: Fix build race in bsd.files.mk
Attached
Detach File
Event Timeline
Log In to Comment