aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2010-08-19 23:42:03 +0000
committerIan Lance Taylor <ian@airs.com>2010-08-19 23:42:03 +0000
commitdd0b1884ce93ccc4107c0711de9e0c8c0b44b701 (patch)
treebafc67177f7ffa5e48c22e2cadb3a2bf9d4248f8 /gold/testsuite
parent7223e9ca5a5ab5eecd2d14328ceade93bcb43f3d (diff)
downloadfsf-binutils-gdb-dd0b1884ce93ccc4107c0711de9e0c8c0b44b701.zip
fsf-binutils-gdb-dd0b1884ce93ccc4107c0711de9e0c8c0b44b701.tar.gz
fsf-binutils-gdb-dd0b1884ce93ccc4107c0711de9e0c8c0b44b701.tar.bz2
* Makefile.in: Rebuild with automake 1.11.1.
* aclocal.m4: Likewise. * testsuite/Makefile.in: Likewise.
Diffstat (limited to 'gold/testsuite')
-rw-r--r--gold/testsuite/Makefile.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/gold/testsuite/Makefile.in b/gold/testsuite/Makefile.in
index f96942f..fdb50dc 100644
--- a/gold/testsuite/Makefile.in
+++ b/gold/testsuite/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11 from Makefile.am.
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -3129,10 +3129,11 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
check-TESTS:
@list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
- @set_logs=; if test "X$(TEST_LOGS)" = X.log; then \
- set_logs=TEST_LOGS=; \
- fi; \
- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) $$set_logs
+ @list='$(TEST_LOGS)'; \
+ list=`for f in $$list; do \
+ test .log = $$f || echo $$f; \
+ done | tr '\012\015' ' '`; \
+ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$list"
.log.html:
@list='$(RST2HTML) $$RST2HTML rst2html rst2html.py'; \