mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
silence nm errors during autolib
This commit is contained in:
parent
17e662e938
commit
acc29ab200
1 changed files with 1 additions and 1 deletions
2
bin/9l
2
bin/9l
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue