Date: Mon, 22 Feb 2010 22:32:24 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/gnu/usr.bin/diff Makefile src/gnu/usr.bin/diff3 Makefile src/gnu/usr.bin/sdiff Makefile Message-ID: <201002222233.o1MMXW8q058740@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2010-02-22 22:32:24 UTC FreeBSD src repository Modified files: gnu/usr.bin/diff Makefile gnu/usr.bin/diff3 Makefile gnu/usr.bin/sdiff Makefile Log: SVN rev 204227 on 2010-02-22 22:32:24Z by delphij POSIX patch(1) would treat -b as different meaning (the functionality is to be provided by --suffix). Looking at the usage here in diffutils, it seems that we can just get rid of the -b .orig stuff. This resolves a problem that can triggered if we move toward to a more permissively licensed patch(1) program. Revision Changes Path 1.19 +1 -1 src/gnu/usr.bin/diff/Makefile 1.9 +1 -1 src/gnu/usr.bin/diff3/Makefile 1.8 +1 -1 src/gnu/usr.bin/sdiff/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002222233.o1MMXW8q058740>