Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148233706
D24166.id69801.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
882 B
Referenced Files
None
Subscribers
None
D24166.id69801.diff
View Options
Index: ObsoleteFiles.inc
===================================================================
--- ObsoleteFiles.inc
+++ 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: share/mk/bsd.lib.mk
===================================================================
--- share/mk/bsd.lib.mk
+++ share/mk/bsd.lib.mk
@@ -489,8 +489,11 @@
.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}
LINKGRP?= ${LIBGRP}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 17, 4:50 PM (4 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29834677
Default Alt Text
D24166.id69801.diff (882 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