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
|
# libthread - we might not be linking with
|
||||||
# those object files.
|
# those object files.
|
||||||
a=`
|
a=`
|
||||||
nm $PLAN9/lib/lib$i.a |
|
nm $PLAN9/lib/lib$i.a 2>/dev/null |
|
||||||
grep '__p9l_autolib_[a-zA-Z0-9+-]*$' |
|
grep '__p9l_autolib_[a-zA-Z0-9+-]*$' |
|
||||||
sed 's/.*__p9l_autolib_//' |
|
sed 's/.*__p9l_autolib_//' |
|
||||||
sort -u |
|
sort -u |
|
||||||
|
|
Loading…
Reference in a new issue