summaryrefslogtreecommitdiff
path: root/test/setjmp
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-01 00:08:24 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-01 00:08:24 +0000
commit6eb01343b46aab40475112f05aeaff1a367223df (patch)
tree8231f10f5318f58ed72c566a005f7f57b77c5c04 /test/setjmp
parent095ca55f2edd965fa9f3a5d3a4c98a7d7e852ed9 (diff)
make test output nicer so its easier to go through a log of `make -s` and find out what works/fails
Diffstat (limited to 'test/setjmp')
-rw-r--r--test/setjmp/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/setjmp/Makefile b/test/setjmp/Makefile
index ae820e679..41bee3d78 100644
--- a/test/setjmp/Makefile
+++ b/test/setjmp/Makefile
@@ -24,7 +24,7 @@ all: $(TARGETS)
setjmp_test: setjmp_test.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)
@@ -34,5 +34,3 @@ setjmp_test: setjmp_test.c Makefile $(TESTDIR)/Rules.mak
clean:
$(RM) *.[oa] *~ core $(TARGETS)
-
-