svn commit: r255018 - head/tools/build/mk

Andreas Tobler andreast at FreeBSD.org
Thu Aug 29 11:40:46 UTC 2013


Author: andreast
Date: Thu Aug 29 11:40:45 2013
New Revision: 255018
URL: http://svnweb.freebsd.org/changeset/base/255018

Log:
  Remove GNU_PATCH leftover.

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Thu Aug 29 09:33:10 2013	(r255017)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Thu Aug 29 11:40:45 2013	(r255018)
@@ -1600,11 +1600,6 @@ OLD_FILES+=usr/share/man/man1/gdbserver.
 OLD_FILES+=usr/share/man/man1/kgdb.1.gz
 .endif
 
-.if ${MK_GNU_PATCH} == no
-OLD_FILES+=usr/bin/bsdpatch
-OLD_FILES+=usr/share/man/man1/bsdpatch.1.gz
-.endif
-
 .if ${MK_GPIB} == no
 OLD_FILES+=usr/include/dev/ieee488/ibfoo_int.h
 OLD_FILES+=usr/include/dev/ieee488/ugpib.h


More information about the svn-src-all mailing list