summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-04-12 20:07:54 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-04-19 22:28:02 +0100
commit635a90c91c4eea575b47c6453ccbd501e935cdf6 (patch)
tree556cf9784af71784f7f73b1f6ae85bf7e8bdaf39 /Makefile.in
parent9f9eb66fa4dbe2c32684c532c7875c1b0ae14b6f (diff)
downloadswig-635a90c91c4eea575b47c6453ccbd501e935cdf6.tar.gz
Add RUNPIPE in makefiles - a generic mechanism for suppressing stdout when running the examples - the idea is to run 'make check-examples' which runs the examples but suppresses the output except for errors. Initial implementation for Java.
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 8a6776bf8..04d65a107 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -229,7 +229,7 @@ check-%-examples :
# individual example
%.actionexample:
@echo $(ACTION)ing Examples/$(LANGUAGE)/$*
- @(cd Examples/$(LANGUAGE)/$* && $(MAKE) -s $(chk-set-env) $(ACTION))
+ @(cd Examples/$(LANGUAGE)/$* && $(MAKE) -s $(chk-set-env) $(ACTION) RUNPIPE=\>/dev/null)
# gcj individual example
java.actionexample: