| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.70 2006/04/28 16:23:54 flameeyes Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.71 2006/04/29 12:18:30 flameeyes Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Martin Schlemmer <azarah@gentoo.org> |
5 | # Author: Martin Schlemmer <azarah@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # This eclass patches ltmain.sh distributed with libtoolized packages with the |
7 | # This eclass patches ltmain.sh distributed with libtoolized packages with the |
| 8 | # relink and portage patch among others |
8 | # relink and portage patch among others |
| … | |
… | |
| 125 | local do_reversedeps="no" |
125 | local do_reversedeps="no" |
| 126 | local do_only_patches="no" |
126 | local do_only_patches="no" |
| 127 | local do_uclibc="yes" |
127 | local do_uclibc="yes" |
| 128 | local deptoremove= |
128 | local deptoremove= |
| 129 | local my_dirlist= |
129 | local my_dirlist= |
| 130 | local elt_patches="portage relink max_cmd_len sed test tmp"# kde-fastinstall |
130 | local elt_patches="portage relink max_cmd_len sed test tmp" # kde-fastinstall |
| 131 | local start_dir=${PWD} |
131 | local start_dir=${PWD} |
| 132 | |
132 | |
| 133 | my_dirlist=$(ELT_find_ltmain_sh) |
133 | my_dirlist=$(ELT_find_ltmain_sh) |
| 134 | |
134 | |
| 135 | for x in "$@" ; do |
135 | for x in "$@" ; do |