Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162725561
D58215.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
395 B
Referenced Files
None
Subscribers
None
D58215.diff
View Options
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk
--- a/Mk/bsd.port.subdir.mk
+++ b/Mk/bsd.port.subdir.mk
@@ -262,6 +262,9 @@
${ECHO_MSG} "Warning: directory $$s in SUBDIR does not exist"; \
fi \
done
+ @ls -1 | ${SORT} -f | /usr/bin/uniq -di | while read dup; do \
+ ${ECHO_MSG} "Warning: directory name case collision: $$dup"; \
+ done
.endif
.if !target(describe)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 17, 4:45 AM (7 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35072469
Default Alt Text
D58215.diff (395 B)
Attached To
Mode
D58215: Mk/bsd.port.subdir.mk: Add detection of case-insensitive portname clashes
Attached
Detach File
Event Timeline
Log In to Comment