svn commit: r291594 - head

Bryan Drewery bdrewery at FreeBSD.org
Tue Dec 1 16:16:41 UTC 2015


Author: bdrewery
Date: Tue Dec  1 16:16:40 2015
New Revision: 291594
URL: https://svnweb.freebsd.org/changeset/base/291594

Log:
  Correct r291591: Don't remove /usr/lib/libelf*, these are still installed.
  Only the shared library moved to /lib.
  
  X-MFC-With:	r291566

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Tue Dec  1 16:08:38 2015	(r291593)
+++ head/ObsoleteFiles.inc	Tue Dec  1 16:16:40 2015	(r291594)
@@ -40,9 +40,6 @@
 
 # 20151130: libelf moved from /usr/lib to /lib (libkvm dependency in r291406)
 OLD_LIBS+=usr/lib/libelf.so.2
-OLD_FILES+=usr/lib/libelf.a
-OLD_FILES+=usr/lib/libelf.so
-OLD_FILES+=usr/lib/libelf_p.a
 # 20151115: Fox bad upgrade scheme
 OLD_FILES+=usr/share/locale/zh_CN.GB18030/zh_Hans_CN.GB18030
 OLD_FILES+=usr/share/locale/zh_CN.GB2312/zh_Hans_CN.GB2312


More information about the svn-src-all mailing list