[SCM] osgearth branch, master, updated. debian/1.4.1-1-71-gecb0256

Bas Couwenberg sebastic at xs4all.nl
Wed Sep 18 11:45:49 UTC 2013


The following commit has been merged in the master branch:
commit 006f32f2c422bbd0cff3c32081147b1c983132d6
Author: Bas Couwenberg <sebastic at 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



More information about the Pkg-grass-devel mailing list