summaryrefslogtreecommitdiff
path: root/gdb/CONTRIBUTE
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-02-23 20:36:49 +0000
committerAndrew Cagney <cagney@redhat.com>2002-02-23 20:36:49 +0000
commitfba939affab1077c57cee7a5689eeca5495d38c0 (patch)
tree750b44700f65774ea16e963bd9f3b15ad26f9757 /gdb/CONTRIBUTE
parentc917c448616b73da20dce126b70cec3e6619f919 (diff)
downloadgdb-fba939affab1077c57cee7a5689eeca5495d38c0.tar.gz
From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
* Makefile.in (VER): Change "head -1" to "sed q", since POSIX 1003.1-2001 no longer allows "head -1". * gdb/Makefile.in (version.c): Likewise. * gdb/doc/Makefile.in (GDBvn.texi): Likewise. * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
Diffstat (limited to 'gdb/CONTRIBUTE')
-rw-r--r--gdb/CONTRIBUTE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/CONTRIBUTE b/gdb/CONTRIBUTE
index 04d1568859a..96c943cff94 100644
--- a/gdb/CONTRIBUTE
+++ b/gdb/CONTRIBUTE
@@ -70,7 +70,7 @@ o Submitting Patches
documentation (i.e., .texi files).
The patch itself. If you are accessing the CVS repository use
- "cvs update; cvs diff -c3p"; else, use "diff -c3p OLD NEW" or
+ "cvs update; cvs diff -cp"; else, use "diff -cp OLD NEW" or
"diff -up OLD NEW". If your version of diff does not support
these options, then get the latest version of GNU diff.