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/args/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/args') diff --git a/test/args/Makefile b/test/args/Makefile index a9eef3a84..a4bcfc588 100644 --- a/test/args/Makefile +++ b/test/args/Makefile @@ -24,7 +24,7 @@ all: $(TARGETS) arg_test: arg_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) -- cgit v1.2.3