summaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2004-05-13 09:54:30 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2004-05-13 09:54:30 +0100
commit78ff5eeaacade93ea0e8dcb22a448b06dc568b45 (patch)
tree9cec77161c08f04234b1e3b17720304f4ce1b22b /maintainer-scripts
parent6de9cd9a886ea695aa892c3c7c07818a7b7e9e6f (diff)
* gcc_release (DIFF): Remove -3 option.
From-SVN: r81767
Diffstat (limited to 'maintainer-scripts')
-rw-r--r--maintainer-scripts/ChangeLog4
-rwxr-xr-xmaintainer-scripts/gcc_release2
2 files changed, 5 insertions, 1 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 13b504c79d8..fa40d04bcf5 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -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.
diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release
index ed0751d2315..eda1adc077a 100755
--- a/maintainer-scripts/gcc_release
+++ b/maintainer-scripts/gcc_release
@@ -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}"