From 6ba17041381afeb8c1274cce4c6ffebda0253328 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 4 Oct 2000 23:59:12 +0000 Subject: More makefile updates --- test/string/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/string') diff --git a/test/string/Makefile b/test/string/Makefile index 40e026775..b3021e0fc 100644 --- a/test/string/Makefile +++ b/test/string/Makefile @@ -26,7 +26,7 @@ all: $(TARGETS) string: string.c Makefile $(TOPDIR)libc.a -@ echo "-------" -@ echo " " - -@ echo "Testing ctype functions: " + -@ echo "Compiling vs uCLibc: " -@ echo " " $(CC) $(XCFLAGS) -c $< -o $@.o $(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS) @@ -36,12 +36,11 @@ string: string.c Makefile $(TOPDIR)libc.a string_glibc: string.c Makefile $(TOPDIR)libc.a -@ echo "-------" -@ echo " " - -@ echo "Testing string functions: " + -@ echo "Compiling vs GNU libc: " -@ echo " " $(CC) $(YCFLAGS) -c $< -o $@.o $(CC) $(YLDFLAGS) --static $@.o -o $@ -./$@ - -./$@ -@ echo " " clean: -- cgit v1.2.3