aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-04-20 00:22:07 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-04-20 01:01:35 +0100
commit303b319cf061144c1862d0e0687bb712ffb8126c (patch)
treefde3bdf5a6f9117f3821fc75531ff3ad4f0e2dd4 /Makefile.in
parent1f4bd0bfa5bc1bef809764a99e56186cb3df88de (diff)
downloadswig-303b319cf061144c1862d0e0687bb712ffb8126c.tar.gz
Add ability to see example output from top level by using 'make check-examples RUNPIPE='
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 04d65a107..c47cdbe7c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -22,6 +22,7 @@ TARGET = $(TARGET_NOEXE)@EXEEXT@
SOURCE = Source
CCACHE = CCache
DOCS = Doc/Manual
+RUNPIPE = \>/dev/null
swig: libfiles source ccache
@@ -229,7 +230,7 @@ check-%-examples :
# individual example
%.actionexample:
@echo $(ACTION)ing Examples/$(LANGUAGE)/$*
- @(cd Examples/$(LANGUAGE)/$* && $(MAKE) -s $(chk-set-env) $(ACTION) RUNPIPE=\>/dev/null)
+ @(cd Examples/$(LANGUAGE)/$* && $(MAKE) -s $(chk-set-env) $(ACTION) RUNPIPE=$(RUNPIPE))
# gcj individual example
java.actionexample: