-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Jeremy Huntwork wrote: > On Thu, Aug 30, 2007 at 07:32:53PM +0200, M.Canales.es wrote: >> I agree, at least as a starting point for 7.0 milestone. Some plans >> to start merging jh branch into trunk? > > I would like to get it in as soon as we can, but considering that > there are a number of changes, I was hoping that more people would > have had time to look at the branch and comment before we merge. For > quick reference again, here's the rendered book: > > http://linuxfromscratch.org/~jhuntwork/lfs-JH/ > > and a diff between it and trunk: > > http://linuxfromscratch.org/~jhuntwork/jh.diff
I've been reading through the diff, and I saw this in binutils-pass1: +<screen><userinput>test $(uname -m | grep 64) && M64="-m64"</userinput></screen> Why not just: uname -m | grep -q 64 && M64="-m64" instead? The -q option to grep will prevent any output, and just return an appropriate exit code. Also, I see that the console log level change hasn't been merged into the jh branch either (that was r8222, and perhaps a few revs around it also -- chapter07/console.xml). -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFG1zE1S5vET1Wea5wRA7MiAJ9dXxbR/tfAGbx0owVciFfSZ2p8rACfaCsM /CEzMyUOnnOCGV2eOdvm/iI= =r/SE -----END PGP SIGNATURE----- -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
