[cig-commits] r18101 - cs/buildbot/pylith_deps/src

brad at geodynamics.org brad at geodynamics.org
Mon Mar 14 12:39:51 PDT 2011


Author: brad
Date: 2011-03-14 12:39:50 -0700 (Mon, 14 Mar 2011)
New Revision: 18101

Modified:
   cs/buildbot/pylith_deps/src/makefile
Log:
More fixes for gnubuild target.

Modified: cs/buildbot/pylith_deps/src/makefile
===================================================================
--- cs/buildbot/pylith_deps/src/makefile	2011-03-14 19:38:47 UTC (rev 18100)
+++ cs/buildbot/pylith_deps/src/makefile	2011-03-14 19:39:50 UTC (rev 18101)
@@ -19,6 +19,7 @@
 	$(FETCH) http://geodynamics.org/~buildbot/deps/autoconf-2.61.tar.gz
 	$(FETCH) http://geodynamics.org/~buildbot/deps/automake-1.10.tar.gz
 	$(FETCH) http://geodynamics.org/~buildbot/deps/libtool-1.5.22.tar.gz
+	mkdir -p automake-1.10-build
 	cd automake-1.10-build && \
 		../automake-1.10/configure --prefix=$(HOME)/pylith_deps && \
 		make -j $(MAKE_THREADS) && \
@@ -34,7 +35,6 @@
 		../autoconf-2.61/configure --prefix=$(HOME)/pylith_deps && \
 		make -j $(MAKE_THREADS) && \
 		make install
-	mkdir -p automake-1.10-build
 
 
 gcc:



More information about the CIG-COMMITS mailing list