r13956 - packages/trunk/0ad/debian

Vincent Cheng vincentc-guest at alioth.debian.org
Wed Feb 13 05:09:07 UTC 2013


Author: vincentc-guest
Date: 2013-02-13 05:09:06 +0000 (Wed, 13 Feb 2013)
New Revision: 13956

Modified:
   packages/trunk/0ad/debian/rules
Log:
0ad: Enable verbose build


Modified: packages/trunk/0ad/debian/rules
===================================================================
--- packages/trunk/0ad/debian/rules	2013-02-02 07:28:05 UTC (rev 13955)
+++ packages/trunk/0ad/debian/rules	2013-02-13 05:09:06 UTC (rev 13956)
@@ -26,7 +26,7 @@
 		--with-system-nvtt \
 		--with-system-mozjs185
 	
-	$(MAKE) config=release -C build/workspaces/gcc
+	$(MAKE) config=release verbose=1 -C build/workspaces/gcc
 
 override_dh_auto_test:
 	# Note: Avoid running tests from root dir of build, otherwise certain




More information about the Pkg-games-commits mailing list