libtool
[Top][All Lists]
Advanced

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

Re: Bug in libtoolize


From: Gary V. Vaughan
Subject: Re: Bug in libtoolize
Date: Mon, 21 Feb 2005 14:57:59 +0000
User-agent: Mozilla Thunderbird 0.9 (X11/20041103)

Hi Peter!

Peter O'Gorman wrote:
> Jeff Squyres wrote:
> | If this is true, then even if -p is portable, it potentially won't solve
> | the problem.  :-\
> |
> 
> While it may not solve the problem on all platforms, it is unlikely to
> cause
> harm and may fix some platforms.

This just masks the real bug, and will make a correct fix harder to find later
on. :-(

> In the meantime, okay to apply this and it's equivalent to all branches?

Index: ChangeLog
        * libtoolize.m4sh: Use cp -p to copy files, it has a better chance
        of keeping make's dependency tracking happy.
        Reported by Jeff Squyres <address@hidden>

No, Please don't!  I think using this idiom will work correctly everywhere
(untested however!):

 ( cd $sourcedir && tar cf - filenames; ) | ( cd $destdir && tar xf -; )

I'll try and make a patch for branch-2-0 and HEAD today, and we can backport
that to branch-1-5 if necessary after approval.

Cheers,
        Gary.
-- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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