[cig-commits] r15753 - doc/geodynamics.org/benchmarks/trunk

luis at geodynamics.org luis at geodynamics.org
Mon Oct 5 15:39:57 PDT 2009


Author: luis
Date: 2009-10-05 15:39:55 -0700 (Mon, 05 Oct 2009)
New Revision: 15753

Modified:
   doc/geodynamics.org/benchmarks/trunk/Makefile
Log:
Suppress makefile output

Modified: doc/geodynamics.org/benchmarks/trunk/Makefile
===================================================================
--- doc/geodynamics.org/benchmarks/trunk/Makefile	2009-10-05 22:39:49 UTC (rev 15752)
+++ doc/geodynamics.org/benchmarks/trunk/Makefile	2009-10-05 22:39:55 UTC (rev 15753)
@@ -2,12 +2,12 @@
 default: gen
 
 gen:
-	./generate.py
+	@./generate.py
 
 up:
-	./upload.py
+	@./upload.py
 
 clean:
-	./clean.sh
+	@./clean.sh
 
 .PHONY: gen up clean



More information about the CIG-COMMITS mailing list