From 095ca55f2edd965fa9f3a5d3a4c98a7d7e852ed9 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 1 Jul 2005 00:02:24 +0000 Subject: remove old depend on Config and make it so that a test failure aborts the make process --- test/math/Makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'test/math') diff --git a/test/math/Makefile b/test/math/Makefile index e43b18544..0d0639d46 100644 --- a/test/math/Makefile +++ b/test/math/Makefile @@ -38,24 +38,24 @@ all: $(TARGETS) test-double: test-double.o $(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) - -./$@ + ./$@ test-idouble: test-idouble.o $(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) - -./$@ + ./$@ test-float: test-float.o $(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) - -./$@ + ./$@ test-ifloat: test-ifloat.o $(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) - -./$@ + ./$@ test-ldouble: test-ldouble.o $(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) - -./$@ + ./$@ test-ildouble: test-ildoubl.o $(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) - -./$@ + ./$@ -rint: rint.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak +rint: rint.c Makefile $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -63,10 +63,10 @@ rint: rint.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) $(CFLAGS) -c $< -o $@.o $(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) $(STRIPTOOL) -x -R .note -R .comment $@ - -./$@ > $@.out 2>&1 + ./$@ > $@.out 2>&1 -@ echo " " -rint_glibc: rint.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak +rint_glibc: rint.c Makefile $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs glibc: " @@ -74,7 +74,7 @@ rint_glibc: rint.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o $(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) $(STRIPTOOL) -x -R .note -R .comment $@ - -./$@ > $@.out 2>&1 + ./$@ > $@.out 2>&1 -@ echo " " diff: rint_glibc rint -- cgit v1.2.3