[Swift-commit] r3394 - branches/woz-01/libexec/log

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Thu Jun 17 16:24:40 CDT 2010


Author: wozniak
Date: 2010-06-17 16:24:39 -0500 (Thu, 17 Jun 2010)
New Revision: 3394

Modified:
   branches/woz-01/libexec/log/README.txt
Log:
Update notes


Modified: branches/woz-01/libexec/log/README.txt
===================================================================
--- branches/woz-01/libexec/log/README.txt	2010-06-17 21:20:07 UTC (rev 3393)
+++ branches/woz-01/libexec/log/README.txt	2010-06-17 21:24:39 UTC (rev 3394)
@@ -1,9 +1,11 @@
 
 STRUCTURE: 
 
+* This stuff was originally supposed to be controlled by 
+  bin/swift-plot-log
 * There is main makefile named "makefile" 
 * "makefile" reads extra rules from a bunch of other makefiles 
-  "*.makefile" 
+  "*.mk" 
 * These makefile rules use various shell scripts
 
 NOTES: 
@@ -15,9 +17,9 @@
 
 * Plot coasters utilization
 
-PLOT_HOME=/scratch/wozniak/cog/modules/swift/libexec/log-processing
+PLOT_HOME=/scratch/wozniak/cog/modules/swift/libexec/log
 
-make -f ${PLOT_HOME}/makefile.coasters LOG=./map-20100606-2328-nv9xntzg.log SWIFT_PLOT_HOME=${PLOT_HOME} coaster-block-timeline.png
+make -f ${PLOT_HOME}/coasters.mk LOG=./map-20100606-2328-nv9xntzg.log SWIFT_PLOT_HOME=${PLOT_HOME} coaster-block-timeline.png
 
 IMPROVEMENT STRATEGY: 
 
@@ -34,8 +36,7 @@
 TODO: 
 
 * Rename all shell scripts to *.sh
-* Rename *.makefile to *.mk 
-* Rename makefile to main.mk
+* Rename *.makefile to *.mk (DONE)
 * Stop using *.data - this clobbers tc.data
 * Rename temporary files to *.log.ptmp (plot-temporary)
                             *.data.ptmp




More information about the Swift-commit mailing list