diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-16 07:30:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-16 07:30:42 +0000 |
commit | ca41028b16eab254278ae8ed6b0a0998ea21d0c7 (patch) | |
tree | 698c16208a2710404aed18f3f84480fb1a7b8966 /stdlib | |
parent | e0ea35a3f764a11cf9fc8389f128e5acad09cb17 (diff) | |
download | glibc-ca41028b16eab254278ae8ed6b0a0998ea21d0c7.tar.gz glibc-ca41028b16eab254278ae8ed6b0a0998ea21d0c7.tar.xz glibc-ca41028b16eab254278ae8ed6b0a0998ea21d0c7.zip |
Update.
2000-07-16 Ulrich Drepper <drepper@redhat.com> * 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.
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 9eededd095..de6800ae8d 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 |