Re: [lfs-dev] [lfs-book] r10233 - in trunk/BOOK: chapter05 chapter06

2013-03-30 Thread Matt Burgess
On Sat, 2013-03-30 at 13:55 +0800, xinglp wrote:


 2013/3/30 matt...@higgs.linuxfromscratch.org

  -e '/\*startfile_prefix_spec:/{n;s@.*@/usr/lib/ @}' \
 --e '/\*cpp:/{n;s@$@ -isystem /usr/include@}' gt; \
 +-e '/\*cpp:/{n;s@$@ -isystem /usr/include@}' amp;  \
 You should not change gt; to amp;

Thanks for the reviews.  Both issues fixed in r10234!

Regards,

Matt.


-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page


Re: [lfs-dev] [lfs-book] r10233 - in trunk/BOOK: chapter05 chapter06

2013-03-29 Thread xinglp
2013/3/30 matt...@higgs.linuxfromscratch.org

 Author: matthew
 Date: Fri Mar 29 12:50:55 2013
 New Revision: 10233

 Log:
 Fix the alignment of some command continuation constructs.

 Modified:
trunk/BOOK/chapter05/binutils-pass1.xml
trunk/BOOK/chapter05/binutils-pass2.xml
trunk/BOOK/chapter05/gcc-pass1.xml
trunk/BOOK/chapter05/gcc-pass2.xml
trunk/BOOK/chapter05/glibc.xml
trunk/BOOK/chapter06/adjusting.xml
trunk/BOOK/chapter06/glibc.xml

 Modified: trunk/BOOK/chapter05/binutils-pass1.xml

 ==
 --- trunk/BOOK/chapter05/binutils-pass1.xml Fri Mar 29 12:39:17 2013
  (r10232)
 +++ trunk/BOOK/chapter05/binutils-pass1.xml Fri Mar 29 12:50:55 2013
  (r10233)
 @@ -78,7 +78,7 @@

  paraNow prepare Binutils for compilation:/para

 -screenuserinput
 remap=configure../binutils-binutils-version;/configure \
 +screenuserinput
 remap=configure../binutils-binutils-version;/configure   \
  --prefix=/tools\
  --with-sysroot=$LFS\
  --with-lib-path=/tools/lib \

 Modified: trunk/BOOK/chapter05/binutils-pass2.xml

 ==
 --- trunk/BOOK/chapter05/binutils-pass2.xml Fri Mar 29 12:39:17 2013
  (r10232)
 +++ trunk/BOOK/chapter05/binutils-pass2.xml Fri Mar 29 12:50:55 2013
  (r10233)
 @@ -56,12 +56,12 @@

  paraPrepare Binutils for compilation:/para

 -screenuserinput remap=configureCC=$LFS_TGT-gcc\
 -AR=$LFS_TGT-ar \
 -RANLIB=$LFS_TGT-ranlib \
 -../binutils-binutils-version;/configure \
 ---prefix=/tools\
 ---disable-nls  \
 +screenuserinput remap=configureCC=$LFS_TGT-gcc\
 +AR=$LFS_TGT-ar \
 +RANLIB=$LFS_TGT-ranlib \
 +../binutils-binutils-version;/configure   \
 +--prefix=/tools\
 +--disable-nls  \
  --with-lib-path=/tools/lib \
  --with-sysroot/userinput/screen


 Modified: trunk/BOOK/chapter05/gcc-pass1.xml

 ==
 --- trunk/BOOK/chapter05/gcc-pass1.xml  Fri Mar 29 12:39:17 2013
  (r10232)
 +++ trunk/BOOK/chapter05/gcc-pass1.xml  Fri Mar 29 12:50:55 2013
  (r10233)
 @@ -113,28 +113,28 @@

  paraPrepare GCC for compilation:/para

 -screenuserinput remap=configure../gcc-gcc-version;/configure
   \
 ---target=$LFS_TGT  \
 ---prefix=/tools\
 ---with-sysroot=$LFS\
 ---with-newlib  \
 ---without-headers  \
 ---with-local-prefix=/tools \
 ---with-native-system-header-dir=/tools/include \
 ---disable-nls  \
 ---disable-shared   \
 ---disable-multilib \
 ---disable-decimal-float\
 ---disable-threads  \
 ---disable-libatomic\
 ---disable-libgomp  \
 ---disable-libitm   \
 ---disable-libmudflap   \
 ---disable-libquadmath  \
 ---disable-libsanitizer \
 ---disable-libssp   \
 ---disable-libstdc++-v3 \
 ---enable-languages=c,c++   \
 +screenuserinput remap=configure../gcc-gcc-version;/configure
 \
 +--target=$LFS_TGT\
 +--prefix=/tools  \
 +--with-sysroot=$LFS  \
 +--with-newlib\
 +--without-headers\
 +--with-local-prefix=/tools   \
 +--with-native-system-header-dir=/tools/include   \
 +--disable-nls\
 +--disable-shared \
 +--disable-multilib   \
 +--disable-decimal-float  \
 +--disable-threads\
 +--disable-libatomic  \
 +--disable-libgomp\
 +--disable-libitm \
 +--disable-libmudflap \
 +--disable-libquadmath\
 +--disable-libsanitizer   \
 +--disable-libssp \
 +--disable-libstdc++-v3   \
 +--enable-languages=c,c++ \
  --with-mpfr-include=$(pwd)/../gcc-gcc-version;/mpfr/src \
  --with-mpfr-lib=$(pwd)/mpfr/src/.libs/userinput/screen


 Modified: trunk/BOOK/chapter05/gcc-pass2.xml

 ==
 --- trunk/BOOK/chapter05/gcc-pass2.xml  Fri Mar 29 12:39:17 2013
  (r10232)
 +++ trunk/BOOK/chapter05/gcc-pass2.xml  Fri Mar 29 12:50:55 2013
  (r10233)
 @@ -107,23 +107,24 @@

  paraNow prepare GCC for compilation:/para