projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b49155c
)
silent apache-stop
author
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 7 Apr 2014 15:07:02 +0000
(15:07 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 7 Apr 2014 15:07:02 +0000
(15:07 +0000)
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index
dc105ec
..
044a048
100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-77,12
+77,12
@@
apache-start:
/usr/sbin/apache2 -f `pwd`/../tools/apache2/jasmine-dev
apache-stop:
- -if [ -e ${TMP_DIR}/mkws-jasmine.pid ]; then \
+ @-if [ -e ${TMP_DIR}/mkws-jasmine.pid ]; then \
kill `cat ${TMP_DIR}/mkws-jasmine.pid`; \
else \
killall apache2 2> /dev/null; \
fi
- sleep 0.3
+ @sleep 0.3
help:
@echo "make [ all | check | clean | distclean ]"