[MLton-commit] r7201
Wesley Terpstra
wesley at mlton.org
Wed Jul 1 06:04:41 PDT 2009
Clean more files on MinGW.
----------------------------------------------------------------------
U mlton/trunk/Makefile
U mlton/trunk/mlyacc/.ignore
U mlton/trunk/package/mingw/Makefile
----------------------------------------------------------------------
Modified: mlton/trunk/Makefile
===================================================================
--- mlton/trunk/Makefile 2009-07-01 13:04:11 UTC (rev 7200)
+++ mlton/trunk/Makefile 2009-07-01 13:04:41 UTC (rev 7201)
@@ -112,7 +112,7 @@
"$(BIN)/mlton" -build-constants true >tmp.c
"$(BIN)/mlton" -output tmp tmp.c
./tmp >"$(LIB)/$(TARGET)/constants"
- rm -f tmp tmp.c
+ rm -f tmp tmp.exe tmp.c
.PHONY: debugged
debugged:
Modified: mlton/trunk/mlyacc/.ignore
===================================================================
--- mlton/trunk/mlyacc/.ignore 2009-07-01 13:04:11 UTC (rev 7200)
+++ mlton/trunk/mlyacc/.ignore 2009-07-01 13:04:41 UTC (rev 7201)
@@ -1,7 +1,7 @@
*.call-graph.dot
*.ssa
+mlyacc.exe
mlyacc.pdf
mlyacc.ps
mlyacc.sml
mlyacc
-
Modified: mlton/trunk/package/mingw/Makefile
===================================================================
--- mlton/trunk/package/mingw/Makefile 2009-07-01 13:04:11 UTC (rev 7200)
+++ mlton/trunk/package/mingw/Makefile 2009-07-01 13:04:41 UTC (rev 7201)
@@ -9,7 +9,7 @@
light -cultures:en-us -ext WixUIExtension -out $@ $^
clean:
- rm -rf staging MLton.msi *.wixobj *.exe $(PKG_WXS) $(PKG_LST) files.wxs dirs.wxs
+ rm -rf staging MLton.msi *.wixpdb *.wixobj *.exe $(PKG_WXS) $(PKG_LST) files.wxs dirs.wxs
%.wixobj: %.wxs
candle -ext WixUIExtension $<
More information about the MLton-commit
mailing list