diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-01 00:08:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-01 00:08:24 +0000 |
commit | 6eb01343b46aab40475112f05aeaff1a367223df (patch) | |
tree | 8231f10f5318f58ed72c566a005f7f57b77c5c04 /test/crypt | |
parent | 095ca55f2edd965fa9f3a5d3a4c98a7d7e852ed9 (diff) | |
download | uClibc-alpine-6eb01343b46aab40475112f05aeaff1a367223df.tar.bz2 uClibc-alpine-6eb01343b46aab40475112f05aeaff1a367223df.tar.xz |
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/crypt')
-rw-r--r-- | test/crypt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/crypt/Makefile b/test/crypt/Makefile index f206c9d1a..3993230da 100644 --- a/test/crypt/Makefile +++ b/test/crypt/Makefile @@ -26,7 +26,7 @@ all: $(TARGETS) crypt: crypt.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) @@ -37,7 +37,7 @@ crypt: crypt.c Makefile $(TESTDIR)/Rules.mak crypt_glibc: crypt.c Makefile $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " - -@ echo "Compiling vs glibc: " + -@ echo "Compiling $@ vs uClibc: " -@ echo " " $(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o $(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) @@ -56,7 +56,7 @@ diff: crypt_glibc crypt md5c-test: md5c-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) |