Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2015 07:35:02 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284628 - head/tools/build/mk
Message-ID:  <201506200735.t5K7Z28L069337@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jun 20 07:35:02 2015
New Revision: 284628
URL: https://svnweb.freebsd.org/changeset/base/284628

Log:
  Add some files to remove when MK_BSD_GREP=no

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Jun 20 07:33:06 2015	(r284627)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Jun 20 07:35:02 2015	(r284628)
@@ -410,6 +410,21 @@ OLD_FILES+=usr/share/man/man1/bsdcpio.1.
 OLD_FILES+=usr/share/man/man1/cpio.1.gz
 .endif
 
+.if ${MK_BSD_GREP} == no
+OLD_FILES+=usr/bin/lzegrep
+OLD_FILES+=usr/bin/lzfgrep
+OLD_FILES+=usr/bin/lzgrep
+OLD_FILES+=usr/bin/xzegrep
+OLD_FILES+=usr/bin/xzfgrep
+OLD_FILES+=usr/bin/xzgrep
+OLD_FILES+=usr/share/man/man1/lzegrep.1.gz
+OLD_FILES+=usr/share/man/man1/lzfgrep.1.gz
+OLD_FILES+=usr/share/man/man1/lzgrep.1.gz
+OLD_FILES+=usr/share/man/man1/xzegrep.1.gz
+OLD_FILES+=usr/share/man/man1/xzfgrep.1.gz
+OLD_FILES+=usr/share/man/man1/xzgrep.1.gz
+.endif
+
 .if ${MK_BSDINSTALL} == no
 OLD_FILES+=usr/libexec/bsdinstall/adduser
 OLD_FILES+=usr/libexec/bsdinstall/auto



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