[Build-common-hackers] Bug#256079: New, new patch for 256079, uses DEB_VERBOSE_ALL

W. Borgert debacle@debian.org, 256079@bugs.debian.org
Sun, 5 Sep 2004 17:46:04 +0000


--9amGYk9869ThD9tj
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Sorry, checking 'ifdef DEB_VERBOSE_ALL' wasn't a good idea,
'ifeq ($(DEB_VERBOSE_ALL),yes)' is better.


--9amGYk9869ThD9tj
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="buildcore.mk.patch"

--- buildcore.mk.orig	2004-06-23 19:56:58.000000000 +0000
+++ buildcore.mk	2004-06-23 20:37:59.000000000 +0000
@@ -56,7 +56,9 @@
 # the future it will be a good place to generate debian/control, but right
 # now we don't support that very well.
 pre-build:: testdir makebuilddir
+ifeq ($(DEB_VERBOSE_ALL),yes)
 	$(foreach x,$(_cdbs_deprecated_vars),$(warning "$x is a deprecated variable"))
+endif
 
 # This target is called after patches are applied.  Right now it's only used
 # by the patch system.

--9amGYk9869ThD9tj--