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
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
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
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
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 -
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/
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 -
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
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
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
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
11 matches
Mail list logo