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

2013-08-29 Thread Andreas Tobler
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
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


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

2013-08-29 Thread Niclas Zeising
On 2013-08-29 13:40, Andreas Tobler wrote:
 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

They should probably be moved to ObsoleteFiles.inc instead.
Regards!
-- 
Niclas
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org