remove old target: it is on the classpath and may break scalac;
authorwenzelm
Mon, 24 Oct 2016 15:00:13 +0200
changeset 64375 74a2af7c5145
parent 64374 80d498d56116
child 64376 68ace7f3d78f
remove old target: it is on the classpath and may break scalac;
src/Pure/build-jars
--- a/src/Pure/build-jars	Mon Oct 24 14:47:46 2016 +0200
+++ b/src/Pure/build-jars	Mon Oct 24 15:00:13 2016 +0200
@@ -242,6 +242,7 @@
     done
   }
 
+  rm -f "$TARGET"
   rm -rf classes && mkdir classes
 
   SCALAC_OPTIONS="$ISABELLE_SCALA_BUILD_OPTIONS -d classes"