Ignore:
Timestamp:
2008-08-13T11:35:05+12:00 (16 years ago)
Author:
oranfry
Message:

changes to lirk3 after ant hack cleaned up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk3/ant-scripts/compile.xml

    r16684 r16736  
    99        <!-- preparation -->
    1010        <antcall target="set-version-number-property" />
    11         <antcall target="dist-prepare-unix" />
     11        <ant dir="greenstone3" antfile="${lirk3.home}/ant-scripts/operations-on-gs3home.xml" target="prepare-unix"  inheritAll="false"/>
     12
    1213        <antcall target="tweak-configure-scripts" />
    1314
    1415        <!-- update -->
    15         <antcall target="dist-update-unix" />
     16        <ant dir="greenstone3" antfile="${lirk3.home}/ant-scripts/operations-on-gs3home.xml" target="update-unix"  inheritAll="false"/>
    1617
    1718        <!-- configure -->
    18         <antcall target="dist-configure-unix" />
     19        <antcall target="regenerate-configure"/>
     20        <ant dir="greenstone3" antfile="${lirk3.home}/ant-scripts/operations-on-gs3home.xml" target="configure-unix" inheritAll="false"/>
    1921        <antcall target="tweak-makefiles" />
    2022
    2123        <!-- build -->
    22         <antcall target="dist-build-unix" />
     24        <ant dir="greenstone3" antfile="${lirk3.home}/ant-scripts/operations-on-gs3home.xml" target="build-unix" inheritAll="false"/>
    2325        <antcall target="linux-strip-execs" />
    2426
     
    3840    </target>
    3941
    40     <target name="dist-prepare-unix">
    41         <ant dir="greenstone3" antfile="${lirk3.home}/ant-scripts/operations-on-gs3home.xml" target="prepare-unix"  inheritAll="false"/>
    42     </target>
    4342    <target name="tweak-configure-scripts">
    4443        <antcall target="mgpp-add-static" />
     
    4746    </target>
    4847
    49     <target name="dist-update-unix">
    50         <ant dir="greenstone3" antfile="${lirk3.home}/ant-scripts/operations-on-gs3home.xml" target="update-unix"  inheritAll="false"/>
    51     </target>
    52 
    53     <target name="dist-configure-unix">
     48    <target name="regenerate-configure">
    5449        <exec dir="greenstone3/gs2build" executable="autoconf" output="greenstone3/gs2build/configure">
    5550            <arg line="configure.in"/>
    5651        </exec>
    5752        <chmod file="greenstone3/gs2build/configure" perm="+x"/>
    58         <ant dir="greenstone3" antfile="${lirk3.home}/ant-scripts/operations-on-gs3home.xml" target="configure-unix" inheritAll="false"/>
    5953    </target>
    6054
     
    6559        <antcall target="rtftohtml-add-static" />
    6660        <antcall target="gdbm-add-static" />
    67     </target>
    68 
    69     <target name="dist-build-unix">
    70         <ant dir="greenstone3" antfile="${lirk3.home}/ant-scripts/operations-on-gs3home.xml" target="build-unix" inheritAll="false"/>
    7161    </target>
    7262
Note: See TracChangeset for help on using the changeset viewer.