Ignore:
Timestamp:
2009-04-01T10:46:02+13:00 (15 years ago)
Author:
oranfry
Message:

getting apache going for mac too

File:
1 edited

Legend:

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

    r18666 r18854  
    1515        <antcall target="run-make"/>
    1616        <antcall target="run-make-install"/>
     17        <antcall target="run-make-apache-for-dist"/>
    1718        <antcall target="copy-library-oai"/>
    1819        <antcall target="strip-execs"/>
     
    5758    </target>
    5859
     60    <target name="run-make-apache-for-dist">
     61        <exec dir="${basedir}/compiled" executable="make"><arg value="apache-for-dist"/></exec>
     62    </target>
     63
    5964    <target name="copy-library-oai">
    6065        <exec executable="mv"><arg line="${basedir}/compiled/cgi-bin/library ${basedir}/compiled/bin/darwin/library"/></exec>
Note: See TracChangeset for help on using the changeset viewer.