[MLton-commit] r4798

Matthew Fluet fluet at mlton.org
Tue Oct 31 06:45:18 PST 2006


Fixed a packaging bug that was leaving .cm files around in mlyacc-lib.
This could happen if SML/NJ was used to build mlton.


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

U   mlton/trunk/Makefile

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

Modified: mlton/trunk/Makefile
===================================================================
--- mlton/trunk/Makefile	2006-10-30 22:20:10 UTC (rev 4797)
+++ mlton/trunk/Makefile	2006-10-31 14:45:16 UTC (rev 4798)
@@ -184,6 +184,7 @@
 	true || $(CP) $(SRC)/lib/mlrisc-lib/MLRISC/. $(LIB)/sml/mlrisc-lib
 	$(CP) $(SRC)/lib/mlyacc/. $(LIB)/sml/mlyacc-lib
 	$(CP) $(SRC)/lib/smlnj-lib/smlnj-lib/. $(LIB)/sml/smlnj-lib
+	find $(LIB)/sml -type d -name .cm | xargs rm -rf
 	find $(LIB)/sml -type d -name .svn | xargs rm -rf
 	find $(LIB)/sml -type f -name .ignore | xargs rm -rf
 




More information about the MLton-commit mailing list