- Timestamp:
- 06/26/07 16:22:57 (18 months ago)
- 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 31 31 32 32 <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> 34 35 </target> 35 36
