Disable silent build rules.

This commit is contained in:
Julien Cristau 2013-09-15 20:00:20 +02:00
parent 985dc739af
commit bc0e2b1555
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -27,6 +27,7 @@ x11-xserver-utils (7.7+1) UNRELEASED; urgency=low
- Ensure we don't read out of ClassName array bounds for unknown visual
type (closes: #488535)
* Update/refresh patches.
* Disable silent build rules.
-- Robert Hooker <sarvatt@ubuntu.com> Wed, 15 May 2013 12:08:34 -0400

1
debian/rules vendored
View File

@ -48,6 +48,7 @@ $(STAMP_DIR)/build-%: $(STAMP_DIR)/genscripts $(STAMP_DIR)/patch
cd $*-build && \
../$*/configure --prefix=/usr --mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info $(confflags) \
--disable-silent-rules \
CFLAGS="$(CFLAGS)" \
CPPFLAGS="$(CPPFLAGS)" \
LDFLAGS="$(LDFLAGS)"