summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-06-03 23:40:32 +0000
committerTravis Tilley <lv@gentoo.org>2004-06-03 23:40:32 +0000
commit865e6e60558768cd94efca6a034e11df458d936c (patch)
tree03057ebe969ce8b311695acbbe7df094861d7561 /sys-libs
parentStable on mips. (diff)
downloadhistorical-865e6e60558768cd94efca6a034e11df458d936c.tar.gz
historical-865e6e60558768cd94efca6a034e11df458d936c.tar.bz2
historical-865e6e60558768cd94efca6a034e11df458d936c.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/Manifest2
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20040602.ebuild13
2 files changed, 8 insertions, 7 deletions
diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index bfd121f10a69..30034ea8ec04 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -11,7 +11,7 @@ MD5 c1f9466ec8250dd47beb7a71f7c536fe glibc-2.3.1-r5.ebuild 10719
MD5 ca0ba00ab824cb60084e52d0115101b4 ChangeLog 33745
MD5 8e0c5284b715af1e90ed2c0e2184599c glibc-2.3.3_pre20040420.ebuild 19887
MD5 567094e03359ffc1c95af7356395228d metadata.xml 162
-MD5 b52c279035bbd18bd286291a03b196c5 glibc-2.3.4.20040602.ebuild 15519
+MD5 ec61dfd9fe1d3132a1e1902eabae290e glibc-2.3.4.20040602.ebuild 15551
MD5 b141dc6e9c4183e869f6d95f0f015b99 glibc-2.2.5-r9.ebuild 10002
MD5 32383b07afc0abdbb3a8da5fe539a696 glibc-2.3.2-r9.ebuild 18657
MD5 98ea363167dacaaad23fd9a66ba98d5b files/nscd 844
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