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

brad at geodynamics.org brad at geodynamics.org
Mon Mar 14 12:37:10 PDT 2011


Author: brad
Date: 2011-03-14 12:37:10 -0700 (Mon, 14 Mar 2011)
New Revision: 18098

Modified:
   cs/buildbot/pylith_deps/src/makefile
Log:
Added gnubuild for autoconf, automake, and libtool.

Modified: cs/buildbot/pylith_deps/src/makefile
===================================================================
--- cs/buildbot/pylith_deps/src/makefile	2011-03-14 19:36:30 UTC (rev 18097)
+++ cs/buildbot/pylith_deps/src/makefile	2011-03-14 19:37:10 UTC (rev 18098)
@@ -23,17 +23,17 @@
 	mkdir autoconf-2.61-build
 	cd autoconf-2.61-build && \
 		../autoconf-2.61/configure --prefix=$(HOME)/pylith_deps && \
-		make -j $(MAKE_THREADS) &&
+		make -j $(MAKE_THREADS) && \
 		make install
 	mkdir automake-1.10-build
 	cd automake-1.10-build && \
 		../automake-1.10/configure --prefix=$(HOME)/pylith_deps && \
-		make -j $(MAKE_THREADS) &&
+		make -j $(MAKE_THREADS) && \
 		make install
 	mkdir libtool-1.5.22-build
 	cd libtool-1.5.22-build && \
 		../libtool-1.5.22/configure --prefix=$(HOME)/pylith_deps && \
-		make -j $(MAKE_THREADS) &&
+		make -j $(MAKE_THREADS) && \
 		make install
 
 



More information about the CIG-COMMITS mailing list