From: Travis Cross Date: Wed, 19 Mar 2014 21:07:21 +0000 (+0000) Subject: Export V=1 for debian builds X-Git-Tag: v1.5.12~374 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=046df6be677601cebd2b6b8e29099271a7677dfc;p=thirdparty%2Ffreeswitch.git Export V=1 for debian builds Now that we're using AM_SILENT_RULES this needs to be set so we can see what's going on in our build logs. --- diff --git a/debian/rules b/debian/rules index 352ca36b59..bb392b67f8 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,7 @@ export DH_VERBOSE=1 export VERBOSE=1 +export V=1 FS_CC?=gcc FS_CXX?=g++