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 2014/05/27 15:24:01 UTC

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

Author: stsp
Date: Tue May 27 13:23:59 2014
New Revision: 1597778

URL: http://svn.apache.org/r1597778
Log:
* tools/dev/unix-build/Makefile.svn: In my custom build script, which is also
   used by the bb-openbsd buildbot, make the stop-httpd target depend on the
   httpd configuration file. This way, the server can be stopped even if the
   configuration file was deleted.

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=1597778&r1=1597777&r2=1597778&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Tue May 27 13:23:59 2014
@@ -1565,7 +1565,7 @@ start-httpd-debug: $(HTTPD_CHECK_CONF)
 	@sleep 1
 	gdb $(PREFIX)/httpd/bin/httpd `cat $(PREFIX)/httpd/logs/httpd.pid`
 
-stop-httpd:
+stop-httpd: $(HTTPD_CHECK_CONF)
 	$(HTTPD_STOP_CMD)
 
 start-svnserve: $(SVN_OBJDIR)/.compiled