summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2003-09-09 07:00:01 +0000
committerMartin Quinson <mquinson@debian.org>2003-09-09 07:00:01 +0000
commitbb04f3bf9c4fd01087ffb3c322d9ae78fc8dfb2e (patch)
treec4930efe527f6ba8b7d051d13ad862d0e551eefd /Makefile.in
parent677b1ced25f9331709cc1f0e295eed00add40115 (diff)
downloadquilt-bb04f3bf9c4fd01087ffb3c322d9ae78fc8dfb2e.tar.gz
Fix LC_ALL to C while building the reference file to get it in english even on my box
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 86481d6..8c440a4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -115,7 +115,7 @@ doc/README : doc/README.in
@while read line; do \
case "$$line" in \
'@REFERENCE''@') \
- $(MAKE) -s reference \
+ $(MAKE) -s reference |egrep -v '^make'\
;; \
*) \
echo $$line \
@@ -129,7 +129,7 @@ reference : $(QUILT:%=quilt/%)
do \
echo "$$i >> README" >&2; \
echo; \
- (bash -c ". scripts/patchfns ; . $$i -h"); \
+ (bash -c ". scripts/patchfns ;LC_ALL=C . $$i -h"); \
done | \
sed -e '/^Usage: \?/ {s/^Usage: \?// ; p ; d}' \
-e 's/^/ /'