[Swift-commit] r2241 - log-processing

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Mon Sep 22 15:24:13 CDT 2008


Author: benc
Date: 2008-09-22 15:24:12 -0500 (Mon, 22 Sep 2008)
New Revision: 2241

Modified:
   log-processing/makefile
Log:
zeroed transitions need start-time file to exist

Modified: log-processing/makefile
===================================================================
--- log-processing/makefile	2008-09-22 20:18:10 UTC (rev 2240)
+++ log-processing/makefile	2008-09-22 20:24:12 UTC (rev 2241)
@@ -114,7 +114,7 @@
 info.transitions:
 	./info-to-transitions $(IDIR) > $@
 
-info.zeroed.transitions:
+info.zeroed.transitions: start-time.tmp
 	./info-to-zeroed-transitions $(IDIR) > $@
 
 info-md5sums: execute2.event




More information about the Swift-commit mailing list