summaryrefslogtreecommitdiff
path: root/test/unistd
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/unistd
parentf5dd713e07801c1acaab57cfc228286a07fad97e (diff)
GNU libc -> glibc
Diffstat (limited to 'test/unistd')
-rw-r--r--test/unistd/Makefile4
1 files changed, 2 insertions, 2 deletions
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 $@