summaryrefslogtreecommitdiff
path: root/test/ctype
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-04 23:59:12 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-04 23:59:12 +0000
commit6ba17041381afeb8c1274cce4c6ffebda0253328 (patch)
tree4de3c50e20514c0afd50f329c3747c2a961cbcef /test/ctype
parent1ad125864acdec8bc4418c40dd11aad2693b075a (diff)
More makefile updates
Diffstat (limited to 'test/ctype')
-rw-r--r--test/ctype/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/ctype/Makefile b/test/ctype/Makefile
index 90594d863..fdb64ce03 100644
--- a/test/ctype/Makefile
+++ b/test/ctype/Makefile
@@ -26,7 +26,7 @@ all: $(TARGETS)
ctype: ctype.c ../testsuite.h 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 @@ ctype: ctype.c ../testsuite.h Makefile $(TOPDIR)libc.a
ctype_glibc: ctype.c ../testsuite.h Makefile $(TOPDIR)libc.a
-@ echo "-------"
-@ echo " "
- -@ echo "Testing ctype functions: "
+ -@ echo "Compiling vs GNU libc: "
-@ echo " "
$(CC) $(YCFLAGS) -c $< -o $@.o
$(CC) $(YLDFLAGS) --static $@.o -o $@
-./$@
- -./$@
-@ echo " "
clean: