r1709 - packages/trunk/glest/debian

Gonéri Le Bouder goneri-guest at costa.debian.org
Wed Sep 27 09:19:31 UTC 2006


Author: goneri-guest
Date: 2006-09-27 09:19:30 +0000 (Wed, 27 Sep 2006)
New Revision: 1709

Modified:
   packages/trunk/glest/debian/rules
Log:
doesn't run configure during the clean target


Modified: packages/trunk/glest/debian/rules
===================================================================
--- packages/trunk/glest/debian/rules	2006-09-27 08:54:16 UTC (rev 1708)
+++ packages/trunk/glest/debian/rules	2006-09-27 09:19:30 UTC (rev 1709)
@@ -45,14 +45,14 @@
 
 	touch build-stamp
 
-clean: configure clean-patched unpatch
+clean: clean-patched unpatch
 clean-patched:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	cd mk/linux && jam -q clean
+	-cd mk/linux && jam -q clean
 
 	rm -f mk/linux/glest_game
 	rm -f mk/linux/shared_lib




More information about the Pkg-games-commits mailing list