Re: Progress of the build order changes

2005-11-14 Thread Jeremy Huntwork
Jeremy Huntwork wrote: Right. Anyway, moving sed up in the build order should fix that. Alright. I believe the current build order in the alphabetical branch is good. I've built it here and all went well. Also, the following produces no output: 'grep "/tools" /usr/bin/*' 'grep "/tools" /bin

Re: yay verbosity!

2005-11-14 Thread Dan Nicholson
On 11/14/05, Jeremy Huntwork <[EMAIL PROTECTED]> wrote: > Mike Hernandez wrote: > > > I could be wrong of course... but why -exec if it's not needed right? > > Heh, because I was playing with find's synatx. You're probably right > there though. :) And it would be simpler. Mike's solution seems nic

Re: yay verbosity!

2005-11-14 Thread Jeremy Huntwork
Mike Hernandez wrote: I could be wrong of course... but why -exec if it's not needed right? Heh, because I was playing with find's synatx. You're probably right there though. :) And it would be simpler. -- JH -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromsc

HLFS SVN-20051113 missing patch?

2005-11-14 Thread George Boudreau
Hello all While beating my way through the latest svn of hlfs I noticed a patch was missing when coreutils was upgraded from 5.2.1 to 5.93 >>> coreutils-5.93-uname_PIC-1.patch I substituted corecutils-5.93-uname-2.patch for the moment.. I have a bash script(s) which automate(s0 (somewhat) a

Re: yay verbosity!

2005-11-14 Thread Mike Hernandez
On Mon, Nov 14, 2005 at 01:30:30PM -0500, Jeremy Huntwork wrote: > Hey Everyone, > > Wanted an opinion. In the spirit of verbosity, I was wondering if anyone > would find this change useful. In the chapter 5 Adjusting the Toolchain > section: > > find ${GCC_INCLUDEDIR}/* -maxdepth 0 -xtype d -

Re: From DIY-Linux: drop tcl keep source dir

2005-11-14 Thread Jeremy Huntwork
Dan Nicholson wrote: Hi, On the DIY-Linux mailing list, Greg Schafer pointed out that tcl-8.4.9 added a Makefile switch to install the private headers that are currently found by keeping the tcl source directory around. You can see his post here http://www.diy-linux.org/pipermail/diy-linux-dev/

yay verbosity!

2005-11-14 Thread Jeremy Huntwork
Hey Everyone, Wanted an opinion. In the spirit of verbosity, I was wondering if anyone would find this change useful. In the chapter 5 Adjusting the Toolchain section: find ${GCC_INCLUDEDIR}/* -maxdepth 0 -xtype d -exec rm -rf '{}' \; becomes: find ${GCC_INCLUDEDIR}/* -maxdepth 0 -xtype d -

Re: Gettext in Chapter 5

2005-11-14 Thread Andrew Benton
Dan Nicholson wrote: On 11/14/05, Jeremy Huntwork <[EMAIL PROTECTED]> wrote: Greetings, In reference to this post: http://linuxfromscratch.org/pipermail/lfs-dev/2005-October/053775.html I would like to thank Greg Schafer for the proposed change. I've tested this at home, the entire build goes

From DIY-Linux: drop tcl keep source dir

2005-11-14 Thread Dan Nicholson
Hi, On the DIY-Linux mailing list, Greg Schafer pointed out that tcl-8.4.9 added a Makefile switch to install the private headers that are currently found by keeping the tcl source directory around. You can see his post here http://www.diy-linux.org/pipermail/diy-linux-dev/2005-October/000655.htm

Re: Gettext in Chapter 5

2005-11-14 Thread Dan Nicholson
On 11/14/05, Jeremy Huntwork <[EMAIL PROTECTED]> wrote: > Greetings, > > In reference to this post: > > http://linuxfromscratch.org/pipermail/lfs-dev/2005-October/053775.html > > I would like to thank Greg Schafer for the proposed change. I've tested > this at home, the entire build goes smoothly w

Gettext in Chapter 5

2005-11-14 Thread Jeremy Huntwork
Greetings, In reference to this post: http://linuxfromscratch.org/pipermail/lfs-dev/2005-October/053775.html I would like to thank Greg Schafer for the proposed change. I've tested this at home, the entire build goes smoothly with this change. I'm intending on introducing it into trunk soon-i