[MLton-commit] r4404

Stephen Weeks MLton@mlton.org
Mon, 24 Apr 2006 13:49:20 -0700


Clean up before untarring, otherwise one gets errors of the following
form when applying the patch.

  The next patch would create the file MLRISC/cm/proxyLib.cm,
  which already exists!  Assume -R? [n] 


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

U   mlton/trunk/lib/mlrisc-lib/Makefile

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

Modified: mlton/trunk/lib/mlrisc-lib/Makefile
===================================================================
--- mlton/trunk/lib/mlrisc-lib/Makefile	2006-04-24 11:47:41 UTC (rev 4403)
+++ mlton/trunk/lib/mlrisc-lib/Makefile	2006-04-24 20:49:20 UTC (rev 4404)
@@ -9,6 +9,7 @@
 all: MLRISC/README.mlton
 
 MLRISC/README.mlton: MLRISC.tgz MLRISC.patch
+	rm -rf MLRISC
 	gzip -dc MLRISC.tgz | tar xf -
 	chmod -R a+r MLRISC
 	chmod -R g-s MLRISC