r1589 - in packages/trunk/glest: debian mk/linux

Eddy Petrisor eddyp-guest at costa.debian.org
Sat Sep 16 15:46:30 UTC 2006


Author: eddyp-guest
Date: 2006-09-16 15:46:29 +0000 (Sat, 16 Sep 2006)
New Revision: 1589

Modified:
   packages/trunk/glest/debian/rules
   packages/trunk/glest/mk/linux/Jamfile
Log:
link with the appropriate directory

Modified: packages/trunk/glest/debian/rules
===================================================================
--- packages/trunk/glest/debian/rules	2006-09-16 08:31:31 UTC (rev 1588)
+++ packages/trunk/glest/debian/rules	2006-09-16 15:46:29 UTC (rev 1589)
@@ -39,8 +39,8 @@
 
 	# Add here commands to compile the package.
 	cd mk/linux && ln -sf ../../source/glest_game glest_game
-	cd mk/linux && ln -sf ../../source/glest_lib glest_lib
-	cd mk/linux && jam
+	cd mk/linux && ln -sf ../../source/shared_lib glest_lib
+	cd mk/linux && jam -q
 	#docbook-to-man debian/glest.sgml > glest.1
 
 	touch build-stamp
@@ -52,9 +52,11 @@
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	cd mk/linux && jam clean
+	cd mk/linux && jam -q clean
 
-	rm -f mk/linux/glest_game mk/linux/shared_lib
+	rm -f mk/linux/glest_game
+	rm -f mk/linux/glest_lib
+	rm -fr mk/linux/build/*
 
 	dh_clean
 

Modified: packages/trunk/glest/mk/linux/Jamfile
===================================================================
--- packages/trunk/glest/mk/linux/Jamfile	2006-09-16 08:31:31 UTC (rev 1588)
+++ packages/trunk/glest/mk/linux/Jamfile	2006-09-16 15:46:29 UTC (rev 1589)
@@ -59,5 +59,5 @@
   OBJS += [ Wildcard $(i) : *.o ] ;
 }
 
-Clean clean : $(OBJS) glest glest_map_editor glestlib ;
+Clean clean : $(OBJS) glest glest_map_editor glestlib config.status config.log Jamconfig ;
 




More information about the Pkg-games-commits mailing list