summaryrefslogtreecommitdiff
path: root/test/args
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/args
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/args')
-rw-r--r--test/args/Makefile2
1 files changed, 1 insertions, 1 deletions
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)