[Swift-commit] r3390 - branches/woz-01/libexec/log-processing

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Thu Jun 17 16:14:15 CDT 2010


Author: wozniak
Date: 2010-06-17 16:14:15 -0500 (Thu, 17 Jun 2010)
New Revision: 3390

Modified:
   branches/woz-01/libexec/log-processing/makefile
Log:
Minor adjustment


Modified: branches/woz-01/libexec/log-processing/makefile
===================================================================
--- branches/woz-01/libexec/log-processing/makefile	2010-06-17 21:13:55 UTC (rev 3389)
+++ branches/woz-01/libexec/log-processing/makefile	2010-06-17 21:14:15 UTC (rev 3390)
@@ -10,6 +10,10 @@
 include makefile.errors
 include makefile.coasters
 
+TMPS = start-times.data kickstart-times.data start-time.tmp end-time.tmp threads.list tasks.list *.shifted *.event *.coloured-event *.total *.tmp *.transitions *.last karatasks-type-counts.txt index.html *.lastsummary execstages.plot total.plot colour.plot jobs-sites.html jobs.retrycount.summary kickstart.stats execution-counts.txt site-duration.txt jobs.retrycount sp.plot karatasks.coloured-sorted-event *.cedps *.stats t.inf *.seenstates tmp-* clusterstats  trname-summary sites-list.data.nm info-md5sums pse2d-tmp.eip karajan.html falkon.html execute2.html info.html execute.html kickstart.html scheduler.html assorted.html
+
+RM_CMD = rm -fv 
+
 distributable: 
 	rm -f *.tmp log *.transitions tmp-*
 
@@ -18,8 +22,8 @@
 	cp *.event *.html *.png $(SDL)
 
 clean:
-	rm -f start-times.data kickstart-times.data start-time.tmp end-time.tmp threads.list tasks.list log *.data *.shifted *.png *.event *.coloured-event *.total *.tmp *.transitions *.last karatasks-type-counts.txt index.html *.lastsummary execstages.plot total.plot colour.plot jobs-sites.html jobs.retrycount.summary kickstart.stats execution-counts.txt site-duration.txt jobs.retrycount sp.plot karatasks.coloured-sorted-event *.cedps *.stats t.inf *.seenstates tmp-* clusterstats  trname-summary sites-list.data.nm info-md5sums pse2d-tmp.eip karajan.html falkon.html execute2.html info.html execute.html kickstart.html scheduler.html assorted.html
-
+	$(RM_CMD) $(TMPS)
+ 
 t.inf: $(LOG)
 	compute-t-inf > t.inf < $(LOG)
 




More information about the Swift-commit mailing list