libtool-patches
[Top][All Lists]
Advanced

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

Re: cygwin: patch resend


From: Charles Wilson
Subject: Re: cygwin: patch resend
Date: Wed, 22 Sep 2004 04:38:34 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 MultiZilla/1.6.4.0b

Gary V.Vaughan wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Chuck,

I've made some changes here...


+      if test -f "$output_objdir/${my_outputname}.def" ; then
+ compile_command=`$echo "X$compile_command" | $Xsed -e "address@hidden@%$output_objdir/${outputname}.def $symfileobj%"`

                              ^
                              $my_outputname.def

Otherwise applied.  Thanks.

OK.


    (func_mode_link): handle thinko caused by complex
    build paths.


     # Clean up the generated files.
-    $show "$RM $output_objdir/$my_dlsyms $nlist ${nlist}S ${nlist}T"
- $run $RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"
+    #$show "$RM $output_objdir/$my_dlsyms $nlist ${nlist}S ${nlist}T"
+ #$run $RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"
@@ -5667,8 +5690,9 @@

     # Delete the generated files.
     if test -f "$output_objdir/${outputname}S.${objext}"; then
-      $show "$RM $output_objdir/${outputname}S.${objext}"
-      $run $RM "$output_objdir/${outputname}S.${objext}"
+      #$show "$RM $output_objdir/${outputname}S.${objext}"
+      #$run $RM "$output_objdir/${outputname}S.${objext}"
+      :
     fi


I haven't applied this yet, 'cos I don't understand what you are fixing...
do you have a test? or can you otherwise explain why these lines need removing please?

Oh, that was an oversight. It shouldn't go back to CVS (although these changes will stay in my cygwin distribution, just to make my life easier). In my workspace, I got tired of always commenting these lines out when I wanted to investigate the lt_preloaded_symbols[] behavior...

--
Chuck




reply via email to

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