[MLton-commit] r5204

Vesa Karvonen vesak at mlton.org
Thu Feb 15 08:45:57 PST 2007


Simpler.
----------------------------------------------------------------------

U   mltonlib/trunk/com/ssh/misc-util/unstable/Makefile

----------------------------------------------------------------------

Modified: mltonlib/trunk/com/ssh/misc-util/unstable/Makefile
===================================================================
--- mltonlib/trunk/com/ssh/misc-util/unstable/Makefile	2007-02-15 16:33:00 UTC (rev 5203)
+++ mltonlib/trunk/com/ssh/misc-util/unstable/Makefile	2007-02-15 16:45:56 UTC (rev 5204)
@@ -26,11 +26,9 @@
 	echo 'SML_COMPILER mlton' >> $@
 
 test : test.mlb mlb-path-map
-	mlton -stop f -mlb-path-map mlb-path-map $<        \
-	  | sed $$'s#\r##g'                                \
-	  | awk 'BEGIN    { line = "$@ :" }                \
-	                  { print line " \\" ; line=$$1 }  \
-	         END      { print line }'                  \
+	mlton -stop f -mlb-path-map mlb-path-map $<          \
+	  | sed $$'s#\r##g'                                  \
+	  | awk 'BEGIN { printf "$@ :" } { printf " " $$1 }' \
 	  > $@.dep
 	mlton -mlb-path-map mlb-path-map     \
 	      -prefer-abs-paths true         \




More information about the MLton-commit mailing list