Display which language is being cleaned/tested

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8543 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-01-24 21:35:41 +00:00
commit 409ec3a65b

View file

@ -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: