[MLton-commit] r7117

Matthew Fluet fluet at mlton.org
Wed Jun 10 20:23:12 PDT 2009


Unused Makefile target; trying to minimize MLton structure in stubs.
----------------------------------------------------------------------

U   mlton/trunk/lib/stubs/mlton-stubs/Makefile

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

Modified: mlton/trunk/lib/stubs/mlton-stubs/Makefile
===================================================================
--- mlton/trunk/lib/stubs/mlton-stubs/Makefile	2009-06-11 03:23:09 UTC (rev 7116)
+++ mlton/trunk/lib/stubs/mlton-stubs/Makefile	2009-06-11 03:23:12 UTC (rev 7117)
@@ -7,17 +7,6 @@
  # See the file MLton-LICENSE for details.
  ##
 
-all: links
-
-.PHONY: links
-links:
-	for f in `cd ../../../basis-library/mlton && ls *.sig`; do 	\
-		if [ "$$f" != 'ffi.sig' ]; then				\
-			rm -f $$f && 					\
-				ln ../../basis-library/mlton/$$f .; 	\
-		fi							\
-	done
-
 .PHONY: clean
 clean:
 	../../../bin/clean




More information about the MLton-commit mailing list