Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157920099
D43443.id132724.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
479 B
Referenced Files
None
Subscribers
None
D43443.id132724.diff
View Options
diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1059,8 +1059,8 @@
.if ${USING_SYSTEM_COMPILER} == "yes"
.for cc in cc c++
if [ -x ${WORLDTMP}/usr/bin/${cc} ]; then \
- inum=$$(stat -f %i ${WORLDTMP}/usr/bin/${cc}); \
- find ${WORLDTMP}/usr/bin -inum $${inum} -delete; \
+ inum=$$(ls -i ${WORLDTMP}/usr/bin/${cc}); \
+ find ${WORLDTMP}/usr/bin -inum $${inum%% *} -delete; \
fi
.endfor
.endif # ${USING_SYSTEM_COMPILER} == "yes"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 27, 12:17 PM (8 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33535673
Default Alt Text
D43443.id132724.diff (479 B)
Attached To
Mode
D43443: build: Use ls -i | cut rather than stat -f %i to extract inode
Attached
Detach File
Event Timeline
Log In to Comment