Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2018 11:57:59 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r331353 - head
Message-ID:  <201803221157.w2MBvx0h037610@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Thu Mar 22 11:57:59 2018
New Revision: 331353
URL: https://svnweb.freebsd.org/changeset/base/331353

Log:
  Partially revert r328780
  
  efi.4th was added to ObsoleteFiles and disconnected from the build, but not
  removed from hte repo. We've since found a mild use for it that makes some
  amount of sense, so partially revert r328780 and bring it back to life.
  
  Reported by:	many
  X-MFC-With:	r331326

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Thu Mar 22 11:57:12 2018	(r331352)
+++ head/ObsoleteFiles.inc	Thu Mar 22 11:57:59 2018	(r331353)
@@ -59,7 +59,6 @@ OLD_FILES+=usr/share/openssl/man/man1/c_rehash.1.gz
 # 20180206: remove gdbtui
 OLD_FILES+=usr/bin/gdbtui
 # 20180201: Obsolete forth files
-OLD_FILES+=boot/efi.4th
 OLD_FILES+=boot/pcibios.4th
 # 20180114: new clang import which bumps version from 5.0.1 to 6.0.0.
 OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/allocator_interface.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803221157.w2MBvx0h037610>