[MLton-commit] r7066

Matthew Fluet fluet at mlton.org
Wed Apr 8 05:33:02 PDT 2009


Remove unused files.
----------------------------------------------------------------------

U   mlton/trunk/mlprof/Makefile
D   mlton/trunk/mlprof/mlprof.cm
D   mlton/trunk/mlprof/sources.cm

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

Modified: mlton/trunk/mlprof/Makefile
===================================================================
--- mlton/trunk/mlprof/Makefile	2009-04-08 12:32:52 UTC (rev 7065)
+++ mlton/trunk/mlprof/Makefile	2009-04-08 12:33:01 UTC (rev 7066)
@@ -1,4 +1,5 @@
-## Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+## Copyright (C) 2009 Matthew Fluet.
+ # Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
  #    Jagannathan, and Stephen Weeks.
  # Copyright (C) 1997-2000 NEC Research Institute.
  #
@@ -22,9 +23,6 @@
 	@echo 'Compiling $(NAME)'
 	$(MLTON) $(FLAGS) $(NAME).mlb
 
-$(NAME).sml: $(NAME).cm $(shell "$(MLTON)" -stop f $(NAME).cm)
-	mlton -stop sml $(NAME).cm
-
 .PHONY: clean
 clean:
 	../bin/clean

Deleted: mlton/trunk/mlprof/mlprof.cm
===================================================================
--- mlton/trunk/mlprof/mlprof.cm	2009-04-08 12:32:52 UTC (rev 7065)
+++ mlton/trunk/mlprof/mlprof.cm	2009-04-08 12:33:01 UTC (rev 7066)
@@ -1,11 +0,0 @@
-(* Copyright (C) 2004-2005 Henry Cejtin, Matthew Fluet, Suresh
- *    Jagannathan, and Stephen Weeks.
- *
- * MLton is released under a BSD-style license.
- * See the file MLton-LICENSE for details.
- *)
-
-Group is
-
-sources.cm
-call-main.sml

Deleted: mlton/trunk/mlprof/sources.cm
===================================================================
--- mlton/trunk/mlprof/sources.cm	2009-04-08 12:32:52 UTC (rev 7065)
+++ mlton/trunk/mlprof/sources.cm	2009-04-08 12:33:01 UTC (rev 7066)
@@ -1,14 +0,0 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
- *    Jagannathan, and Stephen Weeks.
- * Copyright (C) 1997-2000 NEC Research Institute.
- *
- * MLton is released under a BSD-style license.
- * See the file MLton-LICENSE for details.
- *)
-
-Group
-
-is
-
-../lib/mlton/sources.cm
-main.sml




More information about the MLton-commit mailing list