tags 436936 patch
quit
Here's a patch for this bug; it's necessary because during the
Debian build process the top-level makefile is debian/rules and make
adds -w to MAKEFLAGS for sub-makes, causing the messages to appear
in the documentation when these targets are run. During a normal
build the makefile is not run by a sub-make so this bug isn't
triggered.
--- a/Makefile.in
+++ b/Makefile.in
@@ -170,7 +170,7 @@
@while read line; do \
case "$$line" in \
'@REFERENCE''@') \
- $(MAKE) -s reference \
+ $(MAKE) -s --no-print-directory reference \
;; \
*) \
echo $$line \
@@ -183,7 +183,7 @@
while read line; do \
case "$$line" in \
'@REFERENCE''@') \
- $(MAKE) -s reference | \
+ $(MAKE) -s --no-print-directory reference | \
$(SED) -e 's/^quilt \([^ ]*\)\(.*\)/.IP "\\fB\1\\fP\2 " 4/' \
-e $$'s/^ \\(-[^\t]*\\)\t\\?/.IP " \\1" 8\\\n/' \
-e $$'s/^ \t\\?//' \
--
Romain Francoise <[EMAIL PROTECTED]>
http://people.debian.org/~rfrancoise/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]