From: Wolfram Schneider Date: Fri, 24 Oct 2014 09:02:54 +0000 (+0000) Subject: `make distclean' should shutdown a running apache daemon first X-Git-Tag: 1.0.0~114^2~3 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=68b956a49e8ca13bde2934af62f014f7c9138594 `make distclean' should shutdown a running apache daemon first --- diff --git a/test/Makefile b/test/Makefile index a7c1ea0..69e446c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -27,7 +27,7 @@ clean: rm -f images/*.png ${MAKE} -C./widgets $@ -distclean: clean clean-tmp clean-error +distclean: apache-stop clean clean-tmp clean-error rm -rf node_modules rm -f libexec