summaryrefslogtreecommitdiff
path: root/t/cxx-lt-demo.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-04 11:50:10 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-04 11:50:10 +0200
commit2d3a2e36b595cd740894823d060e31c6c483f569 (patch)
treeba74fa042ecc41e025c2d37725b222b4db790e73 /t/cxx-lt-demo.sh
parente5e3a629e01c7642a46217817c32cfa86e9bd708 (diff)
parentf5f75eef28a32493258047eb3060478395a42120 (diff)
downloadautomake-2d3a2e36b595cd740894823d060e31c6c483f569.tar.gz
Merge branch 'branch-1.13.2' into maint
* branch-1.13.2: maint: targets and recipes to simplify testing on real-world packages build: preparatory refactoring build: tiny reduction in code duplication make flags analysis: handle more options with args make flags analysis: use simpler variable names make flags analysis: whitespace changes make flags analysis: embed in a subshell make flags analysis: be more robust make flags analysis: cater to GNU make 3.83 (still unreleased as of now) tests: expose weaknesses in make flags analysis tests: improve debugging output in checks on make flags analysis make flags analysis: refactor, to reduce code duplication tests: avoid one tricky use of "make -e" tests: avoid a spurious error with Solaris make subdirs: don't return false positives for the '-k' option's presence header-vars: recognize more make flags ('-k' in particular) header-vars: simplify how make flags are determined tests: remove dead code from t/make-dryrun.tap header-vars: new variable $(am__running_with_option) tests: expose bug#12554 (false positives for presence of '-k' make option)
Diffstat (limited to 't/cxx-lt-demo.sh')
-rwxr-xr-xt/cxx-lt-demo.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/cxx-lt-demo.sh b/t/cxx-lt-demo.sh
index 3a87cfdfc..bbdb93bbf 100755
--- a/t/cxx-lt-demo.sh
+++ b/t/cxx-lt-demo.sh
@@ -124,7 +124,9 @@ std::string target (void)
END
./configure
-CC=false $MAKE -e
+# Creative quoting and redundant use of eval to avoid spurious
+# 'maintainer-check' failures.
+eval \$'MAKE CC=false AM_MAKEFLAGS=CC=false'
ls -l . src lib # For debugging.
$MAKE test-objs
VERBOSE=yes $MAKE check-TESTS