Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168184135
D24166.id69816.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
891 B
Referenced Files
None
Subscribers
None
D24166.id69816.diff
View Options
Index: head/ObsoleteFiles.inc
===================================================================
--- head/ObsoleteFiles.inc
+++ head/ObsoleteFiles.inc
@@ -36,6 +36,11 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20200323: INTERNALLIB don't install headers anymore
+OLD_FILES+=/usr/include/libelftc.h
+OLD_FILES+=/usr/include/libifconfig.h
+OLD_FILES+=/usr/include/libpmcstat.h
+
# 20200320: cx and ctau drivers retired
OLD_FILES+=usr/share/man/man4/ctau.4.gz
OLD_FILES+=usr/share/man/man4/cx.4.gz
Index: head/share/mk/bsd.lib.mk
===================================================================
--- head/share/mk/bsd.lib.mk
+++ head/share/mk/bsd.lib.mk
@@ -489,7 +489,10 @@
.include <bsd.nls.mk>
.include <bsd.confs.mk>
.include <bsd.files.mk>
+#No need to install header for INTERNALLIB
+.if !defined(INTERNALLIB)
.include <bsd.incs.mk>
+.endif
.endif
LINKOWN?= ${LIBOWN}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 27, 6:37 PM (20 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37409474
Default Alt Text
D24166.id69816.diff (891 B)
Attached To
Mode
D24166: bsd.lib.mk: Do not include bsd.incs.mk for INTERNALLIB
Attached
Detach File
Event Timeline
Log In to Comment