aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/companion_tools/400-libtool.sh
Commit message (Collapse)AuthorAgeFilesLines
* comptools/libtool: chmod files to u+wYann E. MORIN"2011-03-031-0/+1
| | | | | | | The libtool-2.2.6b tarball contains RO files. We have to chmod them u+w. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* comptools: install them side-to-side with build toolsYann E. MORIN"2010-12-181-1/+1
| | | | | | | | | | As companion tools might or might not be used to build each toolchain, they do belong to that toolchain's build tools, not to the generic override tools. Fix a typo in the autoconf URL. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* scripts: add "FILE" and "CFG" debug levels.Anthony Foiani2010-10-221-1/+1
| | | | | | | | | | | | I ran into some minor difficulties looking through the build log for a particular file: I wasn't interested in seeing it unpacked, but only when it is built or installed. Adding these two levels allows me to differentiate between those cases. [Yann E. MORIN: Those are blind log levels, and are used only to search in the build-log afterward.] Signed-off-by: Anthony Foiani <anthony.foiani@gmail.com>
* scripts/functions: make CT_Patch dumberYann E. MORIN"2010-04-111-1/+1
| | | | | It is the responsibility of the caller to split the package name from its version. It already knows that.
* companion_tools/libtool: Add libtool toolRichard Strand2010-01-121-0/+27
Add version 2.2.6b of libtool as a companion tool Signed-off-by: Richard Strand <richard.strand@icomera.com>