[Pkg-mono-svn-commits] [SCM] mono branch, parallel_build, updated. debian/2.6.7-4-11-ge3871f8

Mirco Bauer meebey at meebey.net
Wed Jan 26 00:39:32 UTC 2011


The following commit has been merged in the parallel_build branch:
commit e3871f8bce1e6d274417149c18507c8ec8976aaa
Author: Mirco Bauer <meebey at meebey.net>
Date:   Wed Jan 26 01:39:10 2011 +0100

    Build libgc before mono

diff --git a/debian/rules b/debian/rules
index bff7372..d80c470 100755
--- a/debian/rules
+++ b/debian/rules
@@ -113,6 +113,7 @@ configure-stamp: autoreconf-stamp
 build: build-stamp
 build-stamp: configure-stamp
 	dh_testdir
+	cd libgc && $(MAKE)
 	cd mono && $(MAKE) $(MONO_MAKE_FLAGS)
 	LC_ALL=C $(MAKE) $(MAKE_FLAGS) EXTERNAL_MCS=false EXTERNAL_MONO=false
 

-- 
mono



More information about the Pkg-mono-svn-commits mailing list