You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/08/02 16:28:32 UTC

svn commit: r981522 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

Author: stsp
Date: Mon Aug  2 14:28:31 2010
New Revision: 981522

URL: http://svn.apache.org/viewvc?rev=981522&view=rev
Log:
* tools/dev/unix-build Makefile.svn: Reset the build upon 'make nuke'.

Modified:
    subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=981522&r1=981521&r2=981522&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Mon Aug  2 14:28:31 2010
@@ -129,7 +129,7 @@ nuke:
 			yes)    echo "You said $$ANSWER. I will continue."; \
 				echo rm -rf $(SRCDIR) $(OBJDIR) $(PREFIX); \
 				rm -rf $(SRCDIR) $(OBJDIR) $(PREFIX); \
-				echo "Remember to reset the build!"; \
+				$(MAKE) reset; \
 				;; \
 			"")     echo "You said no."; \
 				;; \