OS/400 PASE symbol scan tweak
Jarkko Hietaniemi [Thu, 5 Sep 2002 21:46:20 +0000 (00:46 +0300)]
Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>

p4raw-id: //depot/perl@17866

Configure

index d57d749..00fcdd5 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -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 " "