[MLton-commit] r7095

Matthew Fluet fluet at mlton.org
Sun Apr 19 09:03:36 PDT 2009


Reorder targets.
----------------------------------------------------------------------

U   mlton/trunk/mlton/Makefile

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

Modified: mlton/trunk/mlton/Makefile
===================================================================
--- mlton/trunk/mlton/Makefile	2009-04-19 16:03:32 UTC (rev 7094)
+++ mlton/trunk/mlton/Makefile	2009-04-19 16:03:35 UTC (rev 7095)
@@ -104,6 +104,11 @@
 def-use:
 	mlton $(FLAGS) -stop tc -prefer-abs-paths true -show-def-use mlton.def-use $(FILE)
 
+.PHONY: warn
+warn:
+	mlton -stop tc -default-ann 'warnUnused true' $(FILE) \
+		>/tmp/z.warn 2>&1
+
 .PHONY: clean
 clean:
 	../bin/clean
@@ -190,8 +195,3 @@
 			grep -v 'mlyacc' |					\
 			grep -v 'call-main.sml';				\
 	) | sed 's|\(.*\)|use "\1";|' > mlton-polyml.use
-
-.PHONY: warn
-warn:
-	mlton -stop tc -default-ann 'warnUnused true' $(FILE) \
-		>/tmp/z.warn 2>&1




More information about the MLton-commit mailing list