diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-09-06 00:46:20 +0300 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-09-08 15:06:05 +0000 |
commit | c1aca01288ece548bdc7b723da770ebba6e0f698 (patch) | |
tree | ece60eba0e410b25e9c2eefbfd7e829e8c4f18f5 /Configure | |
parent | 4d36a948d441eba21c37ec6739bbfa44cf858f85 (diff) | |
download | perl-c1aca01288ece548bdc7b723da770ebba6e0f698.tar.gz |
OS/400 PASE symbol scan tweak
Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
p4raw-id: //depot/perl@17866
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5769,7 +5769,7 @@ case "$PASE" in define) echo " " echo "Since you are compiling for PASE, extracting more symbols from libc.a...">&4 - nm -Tv /lib/libc.a | grep '^\.[a-z]' | awk '$2 == "T" {print $1}' | sed 's/^.//' >> libc.list + dump -Tv /lib/libc.a | awk '$7 == "/unix" {print $5 " " $8}' | grep "^SV" | awk '{print $2}' >> libc.list ;; *) if $test -f /lib/syscalls.exp; then echo " " |