summaryrefslogtreecommitdiff
path: root/bin/aix_shr
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-12-09 22:04:16 +0000
committerSteve Huston <shuston@riverace.com>2002-12-09 22:04:16 +0000
commit54211f14154a28e77b1665e0999e3e582a0761fa (patch)
tree4542d2759f662711ba6426a8830650fafa567d11 /bin/aix_shr
parentdade1e8c78fd28d8c45d64a3f3bb1252ef75f330 (diff)
downloadATCD-54211f14154a28e77b1665e0999e3e582a0761fa.tar.gz
ChangeLogTag:Mon Dec 9 17:02:41 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'bin/aix_shr')
-rwxr-xr-xbin/aix_shr6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/aix_shr b/bin/aix_shr
index a19ae9fe8d5..5ea5bed40fe 100755
--- a/bin/aix_shr
+++ b/bin/aix_shr
@@ -18,8 +18,10 @@ done
$@ > "$usrtmp/$output" 2>&1
status=$?
-## Print the output to stdout, but filter duplicate symbol warnings
-/bin/egrep -v '0711-(224|345)' "$usrtmp/$output"
+## Print the output to stdout, but filter duplicate symbol warnings from
+## Visual Age C++-using builds. The first pattern ends up coming from the
+## linker in Visual Age C++ 5 builds; the second is from Visual Age C++ 6.
+/bin/egrep -v '0711-(224|345)|1540-0(424|425|436)' "$usrtmp/$output"
## Clean up the temporary file
/bin/rm -f "$usrtmp/$output"