Thanks for the patch, I just commited it: it will be part of the next release. I'm glad you fixed it, I was completely puzzeled. I forgot that debian/rules is a make itself...
Bye, Mt. On Sat, Jun 07, 2008 at 08:37:54PM +0200, Romain Francoise wrote: > 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/ > > -- Les coups et les douleurs, ca se discute pas.
signature.asc
Description: Digital signature

