Changeset 10897


Ignore:
Timestamp:
2005-11-15T11:30:56+13:00 (18 years ago)
Author:
kjdon
Message:

added distclean for c++ packages and gs2build into the prepare-for-dist-4 target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10892 r10897  
    11201120    </exec>
    11211121  </target>
     1122 
     1123  <target name="distclean-packages-c++" depends="init">
     1124    <!-- mg : just call the make target -->
     1125    <exec executable="make" os="${os.linux},${os.mac}"
     1126      dir="${mg.home}">
     1127      <arg value="distclean"/>
     1128    </exec>
     1129    <!-- mgpp -->
     1130    <exec executable="make" os="${os.linux},${os.mac}"
     1131      dir="${mgpp.home}">
     1132      <arg value="distclean"/>
     1133    </exec>
     1134    <!-- javagdbm -->
     1135    <exec executable="make" os="${os.linux},${os.mac}"
     1136      dir="${javagdbm.home}">
     1137      <arg value="distclean"/>
     1138    </exec>
     1139  </target>
    11221140 
    11231141  <target name="clean-windows-c++-packages" depends="init" if="current.os.iswindows"
     
    13881406    <exec executable="make" os="${os.linux},${os.mac}" dir="${gs2build.home}">
    13891407      <arg value="clean"/>
     1408    </exec>
     1409    <!-- windows: -->   
     1410  </target>
     1411  <target name="distclean-gs2build" depends="init">
     1412    <!-- gs2build -->
     1413    <!--linux:  -->
     1414    <exec executable="make" os="${os.linux},${os.mac}" dir="${gs2build.home}">
     1415      <arg value="distclean"/>
    13901416    </exec>
    13911417    <!-- windows: -->   
     
    15471573    <antcall target="compile"/>
    15481574    <antcall target="clean-packages-c++"/>
     1575    <antcall target="distclean-packages-c++"/>
    15491576    <antcall target="clean-gs2build"/>
     1577    <antcall target="distclean-gs2build"/>
    15501578    <antcall target="install-macos-extra"/>
    15511579    <xslt in="build.xml" out="dist-build.xml" style="dist-resources/convert-build-xml.xsl"/>
Note: See TracChangeset for help on using the changeset viewer.