From ca41028b16eab254278ae8ed6b0a0998ea21d0c7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 16 Jul 2000 07:30:42 +0000 Subject: Update. 2000-07-16 Ulrich Drepper * Makefile: Rewrite rules for tests to run them only when necessary. * sort-test.sh: Produce output for failed tests. * tst-fmon.sh: Likewise. * tst-rpmatch.sh: Likewise. --- stdlib/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'stdlib') diff --git a/stdlib/Makefile b/stdlib/Makefile index 9eededd..de6800a 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -130,7 +130,9 @@ endif test-canon-ARGS = --test-dir=${common-objpfx}stdlib # Run a test on the header files we use. -tests: $(objpfx)isomac +tests: $(objpfx)isomac.out + +$(objpfx)isomac.out: $(objpfx)isomac $(dir $<)$(notdir $<) '$(CC)' '-I../include -I.. $(+sysdep-includes)' > $<.out $(objpfx)isomac: isomac.c -- cgit v1.1