summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-01 00:23:19 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-01 00:23:19 +0000
commit2f1c4fcdbb83534d7facb7d28150b8d87a16c8ab (patch)
treea20b9e8e417e7085f5077896d8ac937f00db0270 /test
parentf5dd713e07801c1acaab57cfc228286a07fad97e (diff)
GNU libc -> glibc
Diffstat (limited to 'test')
-rw-r--r--test/malloc/Makefile6
-rw-r--r--test/misc/Makefile4
-rw-r--r--test/pwd_grp/Makefile10
-rw-r--r--test/signal/Makefile4
-rw-r--r--test/silly/Makefile2
-rw-r--r--test/stat/Makefile4
-rw-r--r--test/stdlib/Makefile8
-rw-r--r--test/string/Makefile4
-rw-r--r--test/termios/Makefile2
-rw-r--r--test/unistd/Makefile4
10 files changed, 24 insertions, 24 deletions
diff --git a/test/malloc/Makefile b/test/malloc/Makefile
index c338d002d..d77238bed 100644
--- a/test/malloc/Makefile
+++ b/test/malloc/Makefile
@@ -58,7 +58,7 @@ testmalloc: testmalloc.c Makefile $(TESTDIR)/Rules.mak
testmalloc_glibc: testmalloc.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
@@ -84,7 +84,7 @@ mallocbug: mallocbug.c Makefile $(TESTDIR)/Rules.mak
mallocbug_glibc: mallocbug.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
@@ -110,7 +110,7 @@ realloc0: realloc0.c Makefile $(TESTDIR)/Rules.mak
realloc0_glibc: realloc0.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
diff --git a/test/misc/Makefile b/test/misc/Makefile
index 9ca56a676..a8921913a 100644
--- a/test/misc/Makefile
+++ b/test/misc/Makefile
@@ -78,7 +78,7 @@ dirent: dirent.c Makefile $(TESTDIR)/Rules.mak
dirent_glibc: dirent.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
@@ -108,7 +108,7 @@ dirent64: dirent.c Makefile $(TESTDIR)/Rules.mak
dirent64_glibc: dirent.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) $(CFLAGS64) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
diff --git a/test/pwd_grp/Makefile b/test/pwd_grp/Makefile
index e456c38c1..4ddb60bd7 100644
--- a/test/pwd_grp/Makefile
+++ b/test/pwd_grp/Makefile
@@ -41,7 +41,7 @@ test_pwd: test_pwd.c Makefile $(TESTDIR)/Rules.mak
test_pwd_glibc: test_pwd.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
@@ -63,7 +63,7 @@ test_grp: test_grp.c Makefile $(TESTDIR)/Rules.mak
test_grp_glibc: test_grp.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
@@ -85,7 +85,7 @@ pwcat: pwcat.c Makefile $(TESTDIR)/Rules.mak
pwcat_glibc: pwcat.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
@@ -107,7 +107,7 @@ grcat: grcat.c Makefile $(TESTDIR)/Rules.mak
grcat_glibc: grcat.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
@@ -129,7 +129,7 @@ getgroups: getgroups.c Makefile $(TESTDIR)/Rules.mak
getgroups_glibc: getgroups.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
diff --git a/test/signal/Makefile b/test/signal/Makefile
index 36a362ce9..55fb6554d 100644
--- a/test/signal/Makefile
+++ b/test/signal/Makefile
@@ -38,7 +38,7 @@ signal: signal.c Makefile $(TESTDIR)/Rules.mak
signal_glibc: signal.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
@@ -60,7 +60,7 @@ sigchld: sigchld.c Makefile $(TESTDIR)/Rules.mak
sigchld_glibc: sigchld.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
diff --git a/test/silly/Makefile b/test/silly/Makefile
index 290dfc045..a1eaa86ee 100644
--- a/test/silly/Makefile
+++ b/test/silly/Makefile
@@ -46,7 +46,7 @@ hello: hello.c Makefile $(TESTDIR)/Rules.mak
hello_glibc: hello.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
diff --git a/test/stat/Makefile b/test/stat/Makefile
index 1271ef2c1..558b67510 100644
--- a/test/stat/Makefile
+++ b/test/stat/Makefile
@@ -47,7 +47,7 @@ stat: stat.c Makefile $(TESTDIR)/Rules.mak
stat_glibc: stat.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
@@ -77,7 +77,7 @@ stat64: stat.c Makefile $(TESTDIR)/Rules.mak
stat64_glibc: stat.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) $(CFLAGS64) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
diff --git a/test/stdlib/Makefile b/test/stdlib/Makefile
index 7aee3c71c..6c485efe6 100644
--- a/test/stdlib/Makefile
+++ b/test/stdlib/Makefile
@@ -49,7 +49,7 @@ teststrtol: teststrtol.c Makefile $(TESTDIR)/Rules.mak
teststrtol_glibc: teststrtol.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
@@ -83,7 +83,7 @@ qsort: qsort.c Makefile $(TESTDIR)/Rules.mak
qsort_glibc: qsort.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
@@ -117,7 +117,7 @@ teston_exit: teston_exit.c Makefile $(TESTDIR)/Rules.mak
teston_exit_glibc: teston_exit.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
@@ -151,7 +151,7 @@ testatexit: testatexit.c Makefile $(TESTDIR)/Rules.mak
testatexit_glibc: testatexit.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
diff --git a/test/string/Makefile b/test/string/Makefile
index 1bfbcc2ca..9bd7d90cf 100644
--- a/test/string/Makefile
+++ b/test/string/Makefile
@@ -38,7 +38,7 @@ string: string.c Makefile $(TESTDIR)/Rules.mak
string_glibc: string.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
@@ -60,7 +60,7 @@ testcopy: testcopy.c Makefile $(TESTDIR)/Rules.mak
testcopy_glibc: testcopy.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
diff --git a/test/termios/Makefile b/test/termios/Makefile
index 4c7450be2..a65022826 100644
--- a/test/termios/Makefile
+++ b/test/termios/Makefile
@@ -38,7 +38,7 @@ termios: termios.c Makefile $(TESTDIR)/Rules.mak
termios_glibc: termios.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
diff --git a/test/unistd/Makefile b/test/unistd/Makefile
index aefc66213..0f972f956 100644
--- a/test/unistd/Makefile
+++ b/test/unistd/Makefile
@@ -46,7 +46,7 @@ fork: fork.c ../testsuite.h Makefile $(TESTDIR)/Rules.mak
fork_glibc: fork.c ../testsuite.h Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
@@ -68,7 +68,7 @@ vfork: vfork.c ../testsuite.h Makefile $(TESTDIR)/Rules.mak
vfork_glibc: vfork.c ../testsuite.h Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@