summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-02-14 16:02:58 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-02-14 16:02:58 +0000
commitd2fd88a2ad7f2e7eb720d532bf54abc2024ca0b6 (patch)
tree1a2a038f6b8d9d909ee041febcec508822498402 /Makefile.in
parent9c57a30ce7b37f8403ca282ba2a99118b5b1b78c (diff)
downloadneon-d2fd88a2ad7f2e7eb720d532bf54abc2024ca0b6.tar.gz
* Makefile.in (clean, subdirs, check): Be less noisy.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@480 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 4 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index b8187f5..f8ca987 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -56,7 +56,7 @@ DIST_HEADERS = ne_request.h ne_session.h ne_utils.h ne_uri.h ne_socket.h \
all: subdirs
check: subdirs
- cd test && $(MAKE) check
+ @cd test && $(MAKE) check
# Useful for doing coverage analysis; use e.g.:
# make TESTS=string-tests MODULE=ne_string.c cover
@@ -73,10 +73,7 @@ uncover: subdirs
@grep ^function src/$(MODULE).gcov | grep -v 'executed 100' | sort -nr -k 9,9
subdirs:
- cd src && $(MAKE)
- @echo
- @echo " Compilation complete. Run '$(MAKE) install' (as root?) to install neon."
- @echo
+ @cd src && $(MAKE)
# Uses Tim Waugh's excellent "xmlto" utility, see
# http://cyberelk.net/tim/xmlto/. (The docs target is executed at release
@@ -103,8 +100,8 @@ docs-valid:
xmllint --noout --valid doc/manual.xml
clean:
- cd src && $(MAKE) clean
- cd test && $(MAKE) clean
+ @cd src && $(MAKE) clean
+ @cd test && $(MAKE) clean
distclean: clean
rm -rf Makefile config.h neon.pc config.status src/Makefile libtool config.log config.cache neon-config autom4te*.cache test/Makefile