aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2006-01-24 21:35:41 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2006-01-24 21:35:41 +0000
commitf73702d354feda0b696fb4b1e95d2a96db2185d5 (patch)
tree74d6a7ec42ef900b48d76625783579eaaa4b7ac6 /Makefile.in
parentdf5f8dfa36c6d099e9d7b542098fd98d5f6706f1 (diff)
downloadswig-f73702d354feda0b696fb4b1e95d2a96db2185d5.tar.gz
Display which language is being cleaned/tested
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8543 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 3ed0ef7f1..45a76d3a3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -191,6 +191,7 @@ check-%-test-suite:
elif [ ! -d $$dir ]; then \
echo warning: cannot $(ACTION) $* test-suite "(no dir $$dir)";\
else \
+ echo $(ACTION)ing $* test-suite; \
(cd $$dir && $(MAKE) -k -s $(ACTION)) \
|| passed=false; \
fi; \
@@ -268,7 +269,6 @@ clean-gifplot:
@$(MAKE) -k -s check-gifplot ACTION=clean
clean-test-suite:
- @echo cleaning Examples/test-suite
@$(MAKE) -k -s check-test-suite ACTION=clean
clean-%-examples: