svn commit: r359268 - in head: . share/mk
Emmanuel Vadot
manu at FreeBSD.org
Tue Mar 24 01:29:18 UTC 2020
Author: manu
Date: Tue Mar 24 01:29:18 2020
New Revision: 359268
URL: https://svnweb.freebsd.org/changeset/base/359268
Log:
Revert r359267.
This is not the correct solution and I should have done a clean buildworld.
Modified:
head/ObsoleteFiles.inc
head/share/mk/bsd.lib.mk
Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc Tue Mar 24 01:09:04 2020 (r359267)
+++ head/ObsoleteFiles.inc Tue Mar 24 01:29:18 2020 (r359268)
@@ -36,11 +36,6 @@
# 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
Modified: head/share/mk/bsd.lib.mk
==============================================================================
--- head/share/mk/bsd.lib.mk Tue Mar 24 01:09:04 2020 (r359267)
+++ head/share/mk/bsd.lib.mk Tue Mar 24 01:29:18 2020 (r359268)
@@ -489,10 +489,7 @@ _libinstall:
.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}
More information about the svn-src-head
mailing list