distclean need not depend on clean, it already performs the superset of that
action and it has the added benefit of being idempotent. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2140 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -50,8 +50,8 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- wipes the entire build directory clean -->
|
<!-- wipes the entire build directory clean -->
|
||||||
<target name="distclean" depends="clean">
|
<target name="distclean">
|
||||||
<delete dir="${deploy.dir}"/>
|
<delete dir="${deploy.dir}" quiet="true"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- build the java class files -->
|
<!-- build the java class files -->
|
||||||
|
|||||||
Reference in New Issue
Block a user