libtool-patches
[Top][All Lists]
Advanced

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

Obvious bugfix


From: Wesley W. Terpstra
Subject: Obvious bugfix
Date: Mon, 3 Mar 2003 12:19:36 +0100
User-agent: Mutt/1.5.3i

This is an obvious bugfix, please someone check it in.

Attached is the patch and a simple test case which demonstrates the bug and
is fixed by the patch. The patch also includes a ChangeLog entry.

It corrects the two bugs I keep describing.
It is less than 10 lines so the patch does not need a copyright assignment
(fair use). However, if necessary I suppose I can do so.

The problem was that the loop did not clean out the objdir variable, instead
accumulating directories as it went.

The other issue is that '. $dir/$file' is not the correct thing to include.
$name is the filename without path, $noexecname is the filename without path
and without .exe. Thus this line would fail (and cause libtool to exit with
non-zero exit status) on both windows and on any executable in a nested
directory which uses a shell wrapper script.

... please someone reply to this email!
I have sent many emails on this issue and received no replies.
Is my mail being dropped by the listserver?

-- 
Wesley W. Terpstra <address@hidden>

Attachment: test.tgz
Description: GNU Unix tar archive

Attachment: clean-fix.patch
Description: Text document


reply via email to

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