diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-14 04:24:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-14 04:24:16 +0000 |
commit | 46b5ba5eb29f1b20f0f5eee89f8ee7dc375d5c13 (patch) | |
tree | 5ce0b1f3c1ffb83bb9eac6f8bfd329775d544000 /sys-libs/uclibc | |
parent | no longer need UCLIBC_ENDIAN_DEFAULT (diff) | |
download | gentoo-2-46b5ba5eb29f1b20f0f5eee89f8ee7dc375d5c13.tar.gz gentoo-2-46b5ba5eb29f1b20f0f5eee89f8ee7dc375d5c13.tar.bz2 gentoo-2-46b5ba5eb29f1b20f0f5eee89f8ee7dc375d5c13.zip |
dump build info at the end of src_unpack
Diffstat (limited to 'sys-libs/uclibc')
-rw-r--r-- | sys-libs/uclibc/uclibc-0.9.26-r8.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sys-libs/uclibc/uclibc-0.9.26-r8.ebuild b/sys-libs/uclibc/uclibc-0.9.26-r8.ebuild index acf5203e6d52..ae4024c84399 100644 --- a/sys-libs/uclibc/uclibc-0.9.26-r8.ebuild +++ b/sys-libs/uclibc/uclibc-0.9.26-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.26-r8.ebuild,v 1.2 2005/01/12 03:42:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.26-r8.ebuild,v 1.3 2005/01/14 04:24:16 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -210,6 +210,13 @@ src_unpack() { cp .config myconfig emake clean >/dev/null || die "could not clean" + + echo + einfo "Runtime Prefix: $(alt_rprefix)" + einfo "Devel Prefix: $(alt_prefix)" + einfo "CBUILD: ${CBUILD:-${CHOST}}" + einfo "CHOST: ${CHOST}" + einfo "CTARGET: ${CTARGET}" } src_compile() { @@ -261,9 +268,6 @@ src_install() { [[ ${CTARGET} != ${CHOST} ]] && return 0 if [[ ${CHOST} == *-uclibc ]] ; then -# rm -f "${D}"$(alt_prefix)/lib/lib*_pic.a -# ! use static && use build && rm -f "${D}"$(alt_prefix)/lib/lib*.a - emake PREFIX="${D}" install_utils || die "install-utils failed" dodir /usr/bin exeinto /usr/bin |