GNU Libtool - Patches: patch #39, Handle 'install' options better
You are not allowed to post comments on this tracker with your current authentication level.
patch #39: Handle 'install' options better
Submitter: | Invalid User ID <#2224> | ||
Submitted: | Thu 18 Oct 2001 05:15:05 PM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
CC list is empty
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2001-10-18 | #2224 | Patch Code | Modified - New Version | ![]() |
This patch allows libtool to handle the following options to install, that it could not before:
libtool --mode=install install -svm 664 libfoo.la /usr/lib/libfoo.la
libtool --mode=install install -m664 libfoo.la /usr/lib/libfoo.la
libtool --mode=install install -svm664 libfoo.la /usr/lib/libfoo.la
(version 2 fixes a 'sed' portability issue)