[cig-commits] r7075 - geodyn/3D/MAG/trunk

leif at geodynamics.org leif at geodynamics.org
Tue Jun 5 16:56:50 PDT 2007


Author: leif
Date: 2007-06-05 16:56:50 -0700 (Tue, 05 Jun 2007)
New Revision: 7075

Modified:
   geodyn/3D/MAG/trunk/Makefile
Log:
Don't hard-code buildbot details in Makefile.

Modified: geodyn/3D/MAG/trunk/Makefile
===================================================================
--- geodyn/3D/MAG/trunk/Makefile	2007-06-05 23:29:26 UTC (rev 7074)
+++ geodyn/3D/MAG/trunk/Makefile	2007-06-05 23:56:50 UTC (rev 7075)
@@ -1,6 +1,4 @@
-#For Buildbod only
-BUILDBOTDIR = /home/buildbot/projects/MAG/dynamo-build/build/src 
+
 all:
-	cd $(BUILDBOTDIR); \
-	make all
+	cd src && make all
 



More information about the cig-commits mailing list