Changeset 26082


Ignore:
Timestamp:
2012-08-08T09:58:26+12:00 (12 years ago)
Author:
sjm84
Message:

Fixed error messages when calling "ant clean"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r26079 r26082  
    16931693
    16941694  <target name="clean-javagdbm" depends="init">
     1695    <if><bool><available file="${javagdbm.home}/Makefile"/></bool>
    16951696    <exec executable="make" os="${os.unix}"
    16961697      dir="${javagdbm.home}" failonerror="true">
    16971698      <arg value="clean"/>
    16981699    </exec>
     1700    </if>
    16991701  </target>
    17001702 
     
    18681870  <target name="clean-common-src" depends="init">
    18691871    <!-- unix:  -->
     1872    <if><bool><available file="${common.src.home}/Makefile"/></bool>
    18701873    <exec executable="make" os="${os.unix}" dir="${common.src.home}" failonerror="true">
    18711874      <arg value="clean"/>
    18721875    </exec>
     1876    </if>
    18731877    <!-- windows: -->   
    18741878    <exec executable="nmake" dir="${common.src.home}" os="${os.windows}" failonerror="true">
Note: See TracChangeset for help on using the changeset viewer.