From: Ralf Wildenhues Date: Sat, 10 Nov 2007 10:51:40 +0000 (+0100) Subject: * automake.in (handle_tests): Remove debugging leftover. X-Git-Tag: v1.10b~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aed0cc70236b7e36c584f6d49e2689d18054616;p=thirdparty%2Fautomake.git * automake.in (handle_tests): Remove debugging leftover. --- diff --git a/ChangeLog b/ChangeLog index b79015ec9..b73f7951c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-11-10 Ralf Wildenhues + * automake.in (handle_tests): Remove debugging leftover. + Run each test in a process-private subdirectory. * tests/defs.in: Employ a trap to clean up at the end of the test in case the test succeeded. This needs to be revisited diff --git a/automake.in b/automake.in index ee1391fa4..3b96f1b90 100755 --- a/automake.in +++ b/automake.in @@ -2328,7 +2328,6 @@ sub handle_compile () # Items in CONFIG_HEADER are never in $(srcdir) so it is safe # to just put @am__isrc@ right after `-I.', without a space. ($default_includes = ' ' . uniq (@incs)) =~ s/ @/@/; - print "D: $default_includes"; } my (@mostly_rms, @dist_rms);