mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-07 15:37:05 +08:00
* 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:
parent
27c1434f7d
commit
6e7507d7b8
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user