From 269aeae5b6fa6cb1e9d230be1a206fc2eb43cfab Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Fri, 8 Apr 2011 17:25:50 +0900 Subject: [PATCH] Use silent builds. Quieten the build so developers are more aware of warnings. Change-Id: Ie4c1f88f79039383626d8cdbf3cf50bf936abeee --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 0b7c31b..cc06871 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,7 @@ include /usr/share/cdbs/1/class/autotools.mk DEB_CONFIGURE_SCRIPT := ./autogen.sh DEB_MAKE_CLEAN_TARGET := distclean DEB_CONFIGURE_EXTRA_FLAGS := +DEB_MAKE_EXTRA_ARGS := V=0 CFLAGS += -fPIC -W -Wall -Wextra LDFLAGS += -Wl,--hash-style=both -Wl,--as-needed -- 2.7.4