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:
parent
e6239a56e1
commit
409ec3a65b
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue