Author: robert
Date: 2010-02-23 11:22:16 -0700 (Tue, 23 Feb 2010)
New Revision: 1570
Modified:
branches/Onward/temporary_system/gmp.txt
branches/Onward/temporary_system/mpfr.txt
Log:
Don't install GMP and MPFR info and manual pages.
Modified: branches/Onward/temporary_system/gmp.txt
===================================================================
--- branches/Onward/temporary_system/gmp.txt 2010-02-23 18:13:01 UTC (rev
1569)
+++ branches/Onward/temporary_system/gmp.txt 2010-02-23 18:22:16 UTC (rev
1570)
@@ -7,7 +7,8 @@
env CC="gcc -fstack-protector-all" \
CPPFLAGS="-fexceptions -D_FORTIFY_SOURCE=2" \
LDFLAGS="-Wl,-z,relro -Wl,-z,now" \
- ../configure --prefix=/tools --enable-cxx &&
+ ../configure --prefix=/tools --enable-cxx \
+ --infodir=$(pwd)/DESTDIR --mandir=$(pwd)/DESTDIR &&
# Hardening options are added here because GCC is not adding them by default
# yet. -fstack-protector-all is added to $CC and $CXX so it does not affect
Modified: branches/Onward/temporary_system/mpfr.txt
===================================================================
--- branches/Onward/temporary_system/mpfr.txt 2010-02-23 18:13:01 UTC (rev
1569)
+++ branches/Onward/temporary_system/mpfr.txt 2010-02-23 18:22:16 UTC (rev
1570)
@@ -4,16 +4,14 @@
patch -p1 -i ../mpfr-2.4.2-branch_update.diff &&
-# Configure and build MPFR:
+# Configure, build, and install MPFR:
mkdir -v obj/ &&
cd obj/ &&
env CC="gcc -fstack-protector-all" CPPFLAGS="-D_FORTIFY_SOURCE=2" \
LDFLAGS="-Wl,-z,relro -Wl,-z,now" \
- ../configure --prefix=/tools --enable-thread-safe &&
+ ../configure --prefix=/tools --enable-thread-safe \
+ --infodir=$(pwd)/DESTDIR --mandir=$(pwd)/DESTDIR &&
make &&
-
-# Install MPFR:
-
make install
--
http://linuxfromscratch.org/mailman/listinfo/hlfs-book
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page