* config/ltmain.m4sh (func_extract_archive): Send stderr of $NM

to /dev/null.  Reported by Martin Waitz <tali@admingilde.org>.
This commit is contained in:
Ralf Wildenhues 2004-12-10 17:18:59 +00:00
parent 27c1434f7d
commit 6e7507d7b8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-12-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* config/ltmain.m4sh (func_extract_archive): Send stderr of $NM
to /dev/null. Reported by Martin Waitz <tali@admingilde.org>.
2004-12-09 Albert Chin-A-Young <china@thewrittenword.com>
* config/ltmain.m4sh: Preserve -model [arg] option, used

View File

@ -818,7 +818,7 @@ extern \"C\" {
name="$func_basename_result"
$opt_dry_run || {
eval '$ECHO ": $name " >> "$nlist"'
eval "$NM $dlprefile | $global_symbol_pipe >> '$nlist'"
eval "$NM $dlprefile 2>/dev/null | $global_symbol_pipe >> '$nlist'"
}
done