]> gcc.gnu.org Git - gcc.git/commitdiff
* gcc_release (DIFF): Remove -3 option.
authorJoseph Myers <jsm@polyomino.org.uk>
Thu, 13 May 2004 08:54:30 +0000 (09:54 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 13 May 2004 08:54:30 +0000 (09:54 +0100)
From-SVN: r81767

maintainer-scripts/ChangeLog
maintainer-scripts/gcc_release

index 13b504c79d8f529a1946b280329eb0ef1fbeec8b..fa40d04bcf5599200a89a234c75c63d495a94643 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       * gcc_release (DIFF): Remove -3 option.
+
 2003-07-26  Paul Brook  <paul@nowt.org>
 
        * gcc_release: Add gcc-fortran.
index ed0751d2315e0c6b35cbdc2390338ab70431818e..eda1adc077adfe6bec942eee902087e6074b3b31 100755 (executable)
@@ -520,7 +520,7 @@ FILE_LIST=""
 
 BZIP2="${BZIP2:-bzip2}"
 CVS="${CVS:-cvs -f -Q -z9}"
-DIFF="${DIFF:-diff -Nrc3pad}"
+DIFF="${DIFF:-diff -Nrcpad}"
 ENV="${ENV:-env}"
 GZIP="${GZIP:-gzip --best}"
 SCP="${SCP:-scp -p}"
This page took 0.069923 seconds and 5 git commands to generate.