diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-11-04 23:15:45 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-11-04 23:15:45 +0000 |
commit | 2c8e931c67ebec7acbabd2c9a07096632398bfae (patch) | |
tree | 7fdb0e0ee727bb7a44aab16d3c63f971cd0eba07 /test | |
parent | e547d07a488ab17397217e2a57594c78bf747373 (diff) |
Make spelling of uClibc be consistant.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 2 | ||||
-rw-r--r-- | test/assert/Makefile | 2 | ||||
-rw-r--r-- | test/ctype/Makefile | 2 | ||||
-rw-r--r-- | test/pwd_grp/Makefile | 4 | ||||
-rw-r--r-- | test/signal/Makefile | 2 | ||||
-rw-r--r-- | test/signal/signal.c | 2 | ||||
-rw-r--r-- | test/silly/Makefile | 2 | ||||
-rw-r--r-- | test/stdlib/Makefile | 2 | ||||
-rw-r--r-- | test/string/Makefile | 4 | ||||
-rw-r--r-- | test/unistd/Makefile | 2 | ||||
-rw-r--r-- | test/unistd/fork.c | 2 |
11 files changed, 13 insertions, 13 deletions
diff --git a/test/Makefile b/test/Makefile index 6f6d06fd7..426d0a4a3 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,4 +1,4 @@ -# Makefile for uCLibc +# Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. # diff --git a/test/assert/Makefile b/test/assert/Makefile index 1a89272bf..807a01a7b 100644 --- a/test/assert/Makefile +++ b/test/assert/Makefile @@ -26,7 +26,7 @@ all: $(TARGETS) assert: assert.c Makefile $(TOPDIR)libc.a -@ echo "-------" -@ echo " " - -@ echo "Compiling vs uCLibc: " + -@ echo "Compiling vs uClibc: " -@ echo " " $(CC) $(XCFLAGS) -c $< -o $@.o $(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS) diff --git a/test/ctype/Makefile b/test/ctype/Makefile index 9bd6af242..f8992f4fe 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 "Compiling vs uCLibc: " + -@ echo "Compiling vs uClibc: " -@ echo " " $(CC) $(XCFLAGS) -c $< -o $@.o $(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS) diff --git a/test/pwd_grp/Makefile b/test/pwd_grp/Makefile index 5ec3b5f05..0ae2e233d 100644 --- a/test/pwd_grp/Makefile +++ b/test/pwd_grp/Makefile @@ -28,7 +28,7 @@ all: $(TARGETS) test_pwd: test_pwd.c Makefile $(TOPDIR)libc.a -@ echo "-------" -@ echo " " - -@ echo "Compiling vs uCLibc: " + -@ echo "Compiling vs uClibc: " -@ echo " " $(CC) $(XCFLAGS) -c $< -o $@.o $(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS) @@ -48,7 +48,7 @@ test_pwd_glibc: test_pwd.c Makefile $(TOPDIR)libc.a test_grp: test_grp.c Makefile $(TOPDIR)libc.a -@ echo "-------" -@ echo " " - -@ echo "Compiling vs uCLibc: " + -@ echo "Compiling vs uClibc: " -@ echo " " $(CC) $(XCFLAGS) -c $< -o $@.o $(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS) diff --git a/test/signal/Makefile b/test/signal/Makefile index 67fcc9fb0..649a7dffd 100644 --- a/test/signal/Makefile +++ b/test/signal/Makefile @@ -26,7 +26,7 @@ all: $(TARGETS) signal: signal.c Makefile $(TOPDIR)libc.a -@ echo "-------" -@ echo " " - -@ echo "Compiling vs uCLibc: " + -@ echo "Compiling vs uClibc: " -@ echo " " $(CC) $(XCFLAGS) -c $< -o $@.o $(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS) diff --git a/test/signal/signal.c b/test/signal/signal.c index 9198af5f6..028a34f67 100644 --- a/test/signal/signal.c +++ b/test/signal/signal.c @@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * signal testing function for uC-Libc + * signal testing function for uClibc * * Copyright (C) 2000 by Lineo, inc. * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> diff --git a/test/silly/Makefile b/test/silly/Makefile index 196e8a385..426882043 100644 --- a/test/silly/Makefile +++ b/test/silly/Makefile @@ -34,7 +34,7 @@ hello_source: hello: hello.c Makefile $(TOPDIR)libc.a -@ echo "-------" -@ echo " " - -@ echo "Compiling vs uC-Libc: " + -@ echo "Compiling vs uClibc: " -@ echo " " $(CC) $(XCFLAGS) -c $< -o $@.o $(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS) diff --git a/test/stdlib/Makefile b/test/stdlib/Makefile index 12ad870eb..424b0ba88 100644 --- a/test/stdlib/Makefile +++ b/test/stdlib/Makefile @@ -35,7 +35,7 @@ testmalloc_source: testmalloc: testmalloc.c Makefile $(TOPDIR)libc.a -@ echo "-------" -@ echo " " - -@ echo "Compiling vs uC-Libc: " + -@ echo "Compiling vs uClibc: " -@ echo " " $(CC) $(XCFLAGS) -c $< -o $@.o $(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS) diff --git a/test/string/Makefile b/test/string/Makefile index ddba98132..a771f3638 100644 --- a/test/string/Makefile +++ b/test/string/Makefile @@ -27,7 +27,7 @@ all: $(TARGETS) string: string.c Makefile $(TOPDIR)libc.a -@ echo "-------" -@ echo " " - -@ echo "Compiling vs uCLibc: " + -@ echo "Compiling vs uClibc: " -@ echo " " $(CC) $(XCFLAGS) -c $< -o $@.o $(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS) @@ -47,7 +47,7 @@ string_glibc: string.c Makefile $(TOPDIR)libc.a testcopy: testcopy.c Makefile $(TOPDIR)libc.a -@ echo "-------" -@ echo " " - -@ echo "Compiling vs uCLibc: " + -@ echo "Compiling vs uClibc: " -@ echo " " $(CC) $(XCFLAGS) -c $< -o $@.o $(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS) diff --git a/test/unistd/Makefile b/test/unistd/Makefile index a19905e3b..27551a873 100644 --- a/test/unistd/Makefile +++ b/test/unistd/Makefile @@ -26,7 +26,7 @@ all: $(TARGETS) fork: fork.c ../testsuite.h Makefile $(TOPDIR)libc.a -@ echo "-------" -@ echo " " - -@ echo "Compiling vs uCLibc: " + -@ echo "Compiling vs uClibc: " -@ echo " " $(CC) $(XCFLAGS) -c $< -o $@.o $(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS) diff --git a/test/unistd/fork.c b/test/unistd/fork.c index 4192af5d2..c85c335c6 100644 --- a/test/unistd/fork.c +++ b/test/unistd/fork.c @@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * fork test for uclibc + * fork test for uClibc * * Copyright (C) 1999,2000 by Lineo, inc. * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> |