From a2c4c1991d11811c054fa7d380d522865741fd86 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 12 Feb 2014 22:19:20 +0000 Subject: Remove indirection in stdio-common tests dependencies. stdio-common/Makefile has the tests target depend on two test output files indirectly through rules do-tst-unbputc and do-tst-printf. I see no reason for such an indirection, and everywhere else the tests just depend on the output files directly, so this patch removes the indirection. Tested x86_64. * stdio-common/Makefile (do-tst-unbputc): Remove target. (do-tst-printf): Likewise. (tests): Depend directly on $(objpfx)tst-unbputc.out and $(objpfx)tst-printf.out. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 006ca7d12e..40ff8449b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2014-02-12 Joseph Myers + * stdio-common/Makefile (do-tst-unbputc): Remove target. + (do-tst-printf): Likewise. + (tests): Depend directly on $(objpfx)tst-unbputc.out and + $(objpfx)tst-printf.out. + * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out. * Makerules (check-abi-%): Change target to -- cgit 1.4.1