diff options
author | 2004-06-03 23:40:32 +0000 | |
---|---|---|
committer | 2004-06-03 23:40:32 +0000 | |
commit | 5984b3f6ab92e131b0d4d103819a7d2add50c813 (patch) | |
tree | 7a1c050a88f262050895b7be1fa3f4688a88920d /sys-libs | |
parent | Stable on mips. (diff) | |
download | gentoo-2-5984b3f6ab92e131b0d4d103819a7d2add50c813.tar.gz gentoo-2-5984b3f6ab92e131b0d4d103819a7d2add50c813.tar.bz2 gentoo-2-5984b3f6ab92e131b0d4d103819a7d2add50c813.zip |
info page building is broken, use make -i until i can fix them
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20040602.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sys-libs/glibc/glibc-2.3.4.20040602.ebuild b/sys-libs/glibc/glibc-2.3.4.20040602.ebuild index 41e0aec074e0..fc28828faa73 100644 --- a/sys-libs/glibc/glibc-2.3.4.20040602.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20040602.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040602.ebuild,v 1.2 2004/06/03 22:08:15 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040602.ebuild,v 1.3 2004/06/03 23:40:32 lv Exp $ IUSE="nls pic build nptl erandom hardened makecheck" @@ -384,9 +384,10 @@ src_install() { cd ${WORKDIR}/build einfo "Installing GLIBC..." + # use -i till i can fix the info pages make PARALLELMFLAGS="${MAKEOPTS}" \ install_root=${D} \ - install || die + install -i # If librt.so is a symlink, change it into linker script (Redhat) if [ -L "${D}/usr/lib/librt.so" -a "${LIBRT_LINKERSCRIPT}" = "yes" ] @@ -417,10 +418,10 @@ EOF # we make the CVS snapshot info pages with -i, as they're occasionally # broken and it really has zero functional effect on the glibc # install other than a lack of documentation :) - #einfo "Installing Info pages..." - #make PARALLELMFLAGS="${MAKEOPTS}" \ - # install_root=${D} \ - # info -i + einfo "Installing Info pages..." + make PARALLELMFLAGS="${MAKEOPTS}" \ + install_root=${D} \ + info -i setup_locales |