summaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-13 08:54:30 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-13 08:54:30 +0000
commit8d9e913ed5756c460d47f620248014f68ec36fb7 (patch)
tree9cec77161c08f04234b1e3b17720304f4ce1b22b /maintainer-scripts
parent4ee9c6840ad3fc92a9034343278a1e476ad6872a (diff)
downloadgcc-8d9e913ed5756c460d47f620248014f68ec36fb7.tar.gz
* gcc_release (DIFF): Remove -3 option.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81767 138bc75d-0d04-0410-961f-82ee72b054a4
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}"