libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch] list of input files if max_cmd_len exceeded


From: David Edelsohn
Subject: Re: [patch] list of input files if max_cmd_len exceeded
Date: Fri, 22 Apr 2005 12:39:17 -0400

        In addition to the missing _LT_TAGDECL, I found a mistake in the
previous patch.  I referenced the original name of a variable, $filelist,
instead of $output.  Sorry for letting that slip through.  Appended is a
revised patch.

David

        * m4/libtool.m4 (_LT_LINKER_SHLIBS): _LT_TAGDECL(file_list_spec).
        * config/ltmain.m4sh (func_mode_link): Change $filelist to $output.

Index: m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/m4/libtool.m4,v
retrieving revision 1.185
diff -c -p -r1.185 libtool.m4
*** m4/libtool.m4       22 Apr 2005 10:10:30 -0000      1.185
--- m4/libtool.m4       22 Apr 2005 16:34:10 -0000
*************** _LT_TAGDECL([], [include_expsyms], [1],
*** 4516,4521 ****
--- 4516,4523 ----
      [Symbols that must always be exported])
  _LT_TAGDECL([], [prelink_cmds], [2],
      [Commands necessary for linking programs (against libraries) with 
templates])
+ _LT_TAGDECL([], [file_list_spec], [1],
+     [Specify filename containing input files])
  dnl FIXME: Not yet implemented
  dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1],
  dnl    [Compiler flag to generate thread safe objects])
Index: config/ltmain.m4sh
===================================================================
RCS file: /cvsroot/libtool/libtool/config/ltmain.m4sh,v
retrieving revision 1.63
diff -c -p -r1.63 ltmain.m4sh
*** config/ltmain.m4sh  19 Apr 2005 14:44:42 -0000      1.63
--- config/ltmain.m4sh  22 Apr 2005 16:34:10 -0000
*************** EOF
*** 5116,5122 ****
              $ECHO "$obj" >> $output
            done
            delfiles="$delfiles $output"
!           output=\"$file_list_spec$filelist\"
          else
            func_echo "creating reloadable object files..."
            output=$output_objdir/$output_la-${k}.$objext
--- 5116,5122 ----
              $ECHO "$obj" >> $output
            done
            delfiles="$delfiles $output"
!           output=\"$file_list_spec$output\"
          else
            func_echo "creating reloadable object files..."
            output=$output_objdir/$output_la-${k}.$objext




reply via email to

[Prev in Thread] Current Thread [Next in Thread]