Changeset 12847


Ignore:
Timestamp:
08/02/10 06:07:33 (13 years ago)
Author:
Mark Evenson
Message:

Remove possible FASL artifacts from source directory.

When working on ABCL from SLIME, one often inadvertently creates FASL
artifacts in the source directory, which can interfere with
system compilation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/build.xml

    r12826 r12847  
    235235Compiling Lisp system
    236236from ${abcl.home.dir}
    237 to   ${abcl.lisp.output}</echo>
    238       <java classpath="${build.classes.dir}"
     237 to  ${abcl.lisp.output}</echo>
     238 
     239     <!-- Not good if ${abcl.home.dir} == ${abcl.lisp.output} -->
     240     <delete>
     241       <fileset dir="${abcl.home.dir}" includes="**/*.abcl **/*.cls **/*._"/>
     242     </delete>
     243     <java classpath="${build.classes.dir}"
    239244      fork="true"
    240245      failonerror="true"
Note: See TracChangeset for help on using the changeset viewer.