You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by dl...@apache.org on 2005/10/28 11:19:29 UTC

svn commit: r329170 - /incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/MakeRules

Author: dlydick
Date: Fri Oct 28 02:19:19 2005
New Revision: 329170

URL: http://svn.apache.org/viewcvs?rev=329170&view=rev
Log:
Completed 'veryclean' rule

Modified:
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/MakeRules

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/MakeRules
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/MakeRules?rev=329170&r1=329169&r2=329170&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/MakeRules (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/MakeRules Fri Oct 28 02:19:19 2005
@@ -308,7 +308,7 @@
 	$(CLEAN_SILENT)-rmdir $(BINDIR)
 
 veryclean::
-	if test -d $(BINDIR); then chmod -R +w $(BINDIR); fi; done
+	if test -d $(BINDIR); then chmod -R +w $(BINDIR); fi
 	$(CLEAN_SILENT)-rm -rf $(BINDIR)
 
 endif # BIN_TARGET
@@ -344,7 +344,7 @@
 	$(CLEAN_SILENT)-rmdir $(LIBDIR)
 
 veryclean::
-	if test -d $(LIBDIR); then chmod -R +w $(LIBDIR); fi; done
+	if test -d $(LIBDIR); then chmod -R +w $(LIBDIR); fi
 	$(CLEAN_SILENT)-rm -rf $(LIBDIR)
 
 endif # LIB_TARGET