[Pkg-cli-libs-commits] [SCM] ironruby branch, master, updated. debian/0.9.0+dfsg-1-46-g82bbe30

C.J. Adams-Collier cjac at colliertech.org
Mon Aug 10 01:15:27 UTC 2009


The following commit has been merged in the master branch:
commit 82bbe303fd81ff67645a741c18f625713336c4c1
Author: C.J. Adams-Collier <cjac at colliertech.org>
Date:   Sun Aug 9 18:24:52 2009 -0700

    build loop now in a for loop

diff --git a/debian/rules b/debian/rules
index a98651e..343840a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,8 +16,16 @@ include /usr/share/cli-common/cli.make
 include /usr/share/quilt/quilt.make
 
 override_dh_auto_build: $(QUILT_STAMPFN)
-	xbuild /p:TreatWarningsAsErrors=false Merlin/Main/Languages/Ruby/Ruby.sln
-	xbuild /p:TreatWarningsAsErrors=false Merlin/Main/Languages/IronPython/IronPython.sln
+	for configuration in Release Debug ;\
+	do \
+		for sln in Merlin/Main/Languages/Ruby/Ruby.sln \
+			   Merlin/Main/Languages/IronPython/IronPython.sln ;\
+		do \
+			xbuild /p:TreatWarningsAsErrors=false \
+			       /p:Configuration=$$configuration \
+			       $$sln ;\
+		done ;\
+	done
 
 override_dh_clean: unpatch
 	xbuild /t:Clean Merlin/Main/Languages/Ruby/Ruby.sln

-- 
ironruby



More information about the Pkg-cli-libs-commits mailing list