This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
elf/Makefile s/awk/$(AWK)/
- From: Arkadiusz Miskiewicz <arekm at maven dot pl>
- To: libc-alpha at sources dot redhat dot com
- Date: Fri, 19 Oct 2007 08:34:21 +0200
- Subject: elf/Makefile s/awk/$(AWK)/
--- elf/Makefile~ 2007-08-16 23:20:11.000000000 +0200
+++ elf/Makefile 2007-10-19 08:28:03.299291027 +0200
@@ -308,7 +308,7 @@
-Wl,-soname=$(rtld-installed-name) -T $@.lds
rm -f $@.lds
readelf -s $@ \
- | awk '($$7 ~ /^UND(|EF)$$/ && $$1 != "0:" && $$4 != "REGISTER") { print; p=1 } END { exit p != 0 }'
+ | $(AWK) '($$7 ~ /^UND(|EF)$$/ && $$1 != "0:" && $$4 != "REGISTER") { print; p=1 } END { exit p != 0 }'
# interp.c exists just to get this string into the libraries.
CFLAGS-interp.c = -D'RUNTIME_LINKER="$(slibdir)/$(rtld-installed-name)"' \
--
Arkadiusz Miśkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/