From 6eb01343b46aab40475112f05aeaff1a367223df Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 1 Jul 2005 00:08:24 +0000 Subject: make test output nicer so its easier to go through a log of `make -s` and find out what works/fails --- test/math/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test/math') diff --git a/test/math/Makefile b/test/math/Makefile index 0d0639d46..568e1ae6d 100644 --- a/test/math/Makefile +++ b/test/math/Makefile @@ -58,7 +58,7 @@ test-ildouble: test-ildoubl.o rint: rint.c Makefile $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " - -@ echo "Compiling vs uClibc: " + -@ echo "Compiling $@ vs uClibc: " -@ echo " " $(CC) $(CFLAGS) -c $< -o $@.o $(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) @@ -69,7 +69,7 @@ rint: rint.c Makefile $(TESTDIR)/Rules.mak rint_glibc: rint.c Makefile $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " - -@ echo "Compiling vs glibc: " + -@ echo "Compiling $@ vs glibc: " -@ echo " " $(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o $(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) @@ -99,5 +99,3 @@ libm-test.c: $(ulps-file) libm-test.inc gen-libm-test.pl clean: $(RM) *.[oa] *~ core $(TARGETS) $(generated) rint_glibc.out rint.out - - -- cgit v1.2.3