mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
* ltconfig.in: Read line at a time to avoid tokenisation by
shell.
This commit is contained in:
parent
b0dad73a36
commit
48dc53d227
@ -1,3 +1,8 @@
|
||||
1999-07-30 Mumit Khan <khan@xraylith.wisc.edu>
|
||||
|
||||
* ltconfig.in: Read line at a time to avoid tokenisation by
|
||||
shell.
|
||||
|
||||
1999-07-29 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* ltmain.in: Fix creation of relative links to object files in
|
||||
|
@ -1389,7 +1389,7 @@ EOF
|
||||
|
||||
archive_expsym_cmds='echo EXPORTS > $objdir/$soname-def~
|
||||
_lt_hint=1;
|
||||
for symbol in `cat $export_symbols`; do
|
||||
cat $export_symbols | while read symbol; do
|
||||
echo " \$symbol @ \$_lt_hint ; " >> $objdir/$soname-def;
|
||||
_lt_hint=`expr 1 + \$_lt_hint`;
|
||||
done~
|
||||
|
Loading…
Reference in New Issue
Block a user