Page MenuHomeFreeBSD

D24166.id69816.diff
No OneTemporary

D24166.id69816.diff

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

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)

Event Timeline