tsilence nm errors during autolib - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit acc29ab200d6c19c90ba3ba244965fad8a3c201d
DIR parent 17e662e93843d9b73b3f747c8587f16f5a21ec01
HTML Author: rsc <devnull@localhost>
Date: Wed, 13 Jul 2005 10:45:25 +0000
silence nm errors during autolib
Diffstat:
M bin/9l | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/bin/9l b/bin/9l
t@@ -63,7 +63,7 @@ then
# libthread - we might not be linking with
# those object files.
a=`
- nm $PLAN9/lib/lib$i.a |
+ nm $PLAN9/lib/lib$i.a 2>/dev/null |
grep '__p9l_autolib_[a-zA-Z0-9+-]*$' |
sed 's/.*__p9l_autolib_//' |
sort -u |