• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 1677 for branches/3.0-Beta2/components

Show
Ignore:
Timestamp:
06/26/07 16:22:57 (15 months ago)
Author:
jmoore
Message:

Fixing error on two calls to cleantools.

Files:
1 modified

  • branches/3.0-Beta2/components/tools/make.xml (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • branches/3.0-Beta2/components/tools/make.xml

    r1644 r1677  
    3131 
    3232    <target name="make_clean" unless="make.NOMAKE"> 
    33         <exec executable="make" failonerror="true"> <arg value="maintainer-clean"/> </exec> 
     33        <!-- Doesn't fail on error to permit calling the target twice --> 
     34        <exec executable="make" failonerror="false"> <arg value="maintainer-clean"/> </exec> 
    3435    </target> 
    3536 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/