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/ctype/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/ctype') diff --git a/test/ctype/Makefile b/test/ctype/Makefile index 533cfc3ea..e72932b8c 100644 --- a/test/ctype/Makefile +++ b/test/ctype/Makefile @@ -24,7 +24,7 @@ all: $(TARGETS) ctype: ctype.c ../testsuite.h 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) @@ -33,7 +33,6 @@ ctype: ctype.c ../testsuite.h Makefile $(TESTDIR)/Rules.mak ctype_run: ./ctype -@ echo " " + clean: $(RM) *.[oa] *~ core $(TARGETS) - - -- cgit v1.2.3