The following commit has been merged in the master branch:
commit 006f32f2c422bbd0cff3c32081147b1c983132d6
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Fri Sep 13 13:25:21 2013 +0200

    Enable verbose output for make.

diff --git a/debian/rules b/debian/rules
index 126425a..ce996ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,8 @@ else
        CFLAGS += -O2
 endif
 
+MAKE_VERBOSE=1
+
 
 configure: configure-stamp
 configure-stamp:  $(QUILT_STAMPFN)
@@ -33,7 +35,7 @@ build: build-arch build-indep
 
 build-arch: build-arch-stamp
 build-arch-stamp: configure-stamp  $(QUILT_STAMPFN)
-       $(MAKE) -C tmp
+       $(MAKE) -C tmp VERBOSE=$(MAKE_VERBOSE)
        touch $@
 
 build-indep: build-indep-stamp
@@ -69,7 +71,7 @@ install-arch:
        dh_prep -s 
        dh_installdirs -s
 
-       $(MAKE) -C tmp install DESTDIR=$(CURDIR)/debian/tmp
+       $(MAKE) -C tmp install DESTDIR=$(CURDIR)/debian/tmp 
VERBOSE=$(MAKE_VERBOSE)
        
        dh_install -s
 

-- 
osgEarth terrain rendering toolkit

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to