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/setjmp/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/setjmp') 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) - - -- cgit v1.2.3