| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 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.80 2007/09/15 06:55:42 uberlord Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.81 2008/07/31 20:01:43 drac Exp $ |
| 4 | # |
4 | # |
| 5 | # Maintainer: base-system@gentoo.org |
5 | # Maintainer: base-system@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 |
| … | |
… | |
| 344 | fi |
344 | fi |
| 345 | fi |
345 | fi |
| 346 | |
346 | |
| 347 | [[ -f ${x}/libtool ]] && rm -f "${x}/libtool" |
347 | [[ -f ${x}/libtool ]] && rm -f "${x}/libtool" |
| 348 | |
348 | |
| 349 | touch "${x}/.elibtoolized" |
349 | >> "${x}/.elibtoolized" |
| 350 | done |
350 | done |
| 351 | |
351 | |
| 352 | cd "${start_dir}" |
352 | cd "${start_dir}" |
| 353 | } |
353 | } |
| 354 | |
354 | |