diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-29 07:33:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-29 07:33:46 +0000 |
commit | b8132228759cb0e3bdbb7c5a7f65d50c9394e358 (patch) | |
tree | 0acceda3bbea12706a6fa68f128203d5d412f5ba /sys-libs/glibc | |
parent | removing old ebuild. bugs #154136 and #164217. (diff) | |
download | gentoo-2-b8132228759cb0e3bdbb7c5a7f65d50c9394e358.tar.gz gentoo-2-b8132228759cb0e3bdbb7c5a7f65d50c9394e358.tar.bz2 gentoo-2-b8132228759cb0e3bdbb7c5a7f65d50c9394e358.zip |
dont force -j1 in src_install and drop installing INTERFACE file
(Portage version: 2.1.2-r4)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-2.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.5.ebuild b/sys-libs/glibc/glibc-2.5.ebuild index 2b3bb371c222..4366d77640a7 100644 --- a/sys-libs/glibc/glibc-2.5.ebuild +++ b/sys-libs/glibc/glibc-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5.ebuild,v 1.22 2007/01/27 02:21:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5.ebuild,v 1.23 2007/01/29 07:33:46 vapier Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -449,7 +449,7 @@ toolchain-glibc_src_install() { make \ -C "${GBUILDDIR}" \ - PARALLELMFLAGS="${MAKEOPTS} -j1" \ + PARALLELMFLAGS="${MAKEOPTS}" \ install_root="${install_root}" \ info -i || die fi @@ -468,7 +468,7 @@ toolchain-glibc_src_install() { doinitd "${WORKDIR}"/extra/etc/nscd || die cd "${S}" - dodoc BUGS ChangeLog* CONFORMANCE FAQ INTERFACE NEWS NOTES PROJECTS README* + dodoc BUGS ChangeLog* CONFORMANCE FAQ NEWS NOTES PROJECTS README* # Prevent overwriting of the /etc/localtime symlink. We'll handle the # creation of the "factory" symlink in pkg_postinst(). |