Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144948072
D12044.1776990949.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
955 B
Referenced Files
None
Subscribers
None
D12044.1776990949.diff
View Options
Index: head/tools/build/mk/OptionalObsoleteFiles.inc
===================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc
+++ head/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1557,6 +1557,22 @@
OLD_FILES+=usr/libexec/cc1plus
.endif
+.if ${MK_DEBUG_FILES} == no
+.if exists(${DESTDIR}/usr/lib/debug)
+DEBUG_DIRS!=find ${DESTDIR}/usr/lib/debug -mindepth 1 \
+ -type d \! -path "${DESTDIR}/usr/lib/debug/boot/*" \
+ | sed -e 's,^${DESTDIR}/,,'; echo
+DEBUG_FILES!=find ${DESTDIR}/usr/lib/debug \
+ \! -type d \! -path "${DESTDIR}/usr/lib/debug/boot/*" \! -name "lib*.so*" \
+ | sed -e 's,^${DESTDIR}/,,'; echo
+DEBUG_LIBS!=find ${DESTDIR}/usr/lib/debug \! -type d -name "lib*.so*" \
+ | sed -e 's,^${DESTDIR}/,,'; echo
+OLD_DIRS+=${DEBUG_DIRS}
+OLD_FILES+=${DEBUG_FILES}
+OLD_LIBS+=${DEBUG_LIBS}
+.endif
+.endif
+
.if ${MK_DIALOG} == no
OLD_FILES+=usr/bin/dialog
OLD_FILES+=usr/bin/dpv
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 24, 12:35 AM (11 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28419242
Default Alt Text
D12044.1776990949.diff (955 B)
Attached To
Mode
D12044: remove debug files in delete-old* for WITHOUT_DEBUG_FILES
Attached
Detach File
Event Timeline
Log In to Comment