[armedbear-cvs] r14291 - branches/1.1.x
mevenson at common-lisp.net
mevenson at common-lisp.net
Tue Dec 4 17:16:00 UTC 2012
Author: mevenson
Date: Tue Dec 4 09:16:00 2012
New Revision: 14291
Log:
build: always delete intermediate "version" artifact.
Modified:
branches/1.1.x/build.xml
Modified: branches/1.1.x/build.xml
==============================================================================
--- branches/1.1.x/build.xml Tue Dec 4 08:59:59 2012 (r14290)
+++ branches/1.1.x/build.xml Tue Dec 4 09:16:00 2012 (r14291)
@@ -376,6 +376,7 @@
</target>
<target name="abcl.stamp.version.uptodate">
+ <delete file="${build.classes.dir}/org/armedbear/lisp/version"/>
<uptodate property="abcl.stamp.version.uptodate.p"
targetfile="${abcl.version.path}"
srcfile="${build.classes.dir}/org/armedbear/lisp/Version.class"/>
More information about the armedbear-cvs
mailing list