summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-02-02 01:22:58 +0100
committerJim Meyering <jim@meyering.net>2007-02-02 01:22:58 +0100
commit1d72903fafbd744ea57b25c47607c6b0c9c49766 (patch)
treeb68caccce7a55a743289e2c0d1119e11368d5067 /Makefile.maint
parent82276cbd2e101862d1f7a7a7d282dd4afc5dd398 (diff)
downloadcoreutils-1d72903fafbd744ea57b25c47607c6b0c9c49766.tar.xz
* src/c99-to-c89.diff: Make shred.c Index: and a/b prefixes
consistent, so this can be applied with patch -p0. Reported by Matthew Woehlke. * Makefile.maint (patch-check): Use patch with its -p2 option, since that makes this check slightly more strict.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint
index d526baacd..53b61b684 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -329,7 +329,7 @@ sc_useless_cpp_parens:
patch-check:
rm -rf src-c89 $@.1 $@.2
cp -a src src-c89
- (cd src-c89; patch -V never --fuzz=0) < src/c99-to-c89.diff \
+ (cd src-c89; patch -p2 -V never --fuzz=0) < src/c99-to-c89.diff \
> $@.1 2>&1
if test "$${REGEN_PATCH+set}" = set; then \
diff -upr src src-c89 > new-diff || : ; fi