On 5 October 2012 15:30, Feuerbacher, Alan
wrote:
> Following up here on my first email:
>
> So, has anyone on this list successfully build MesaLib-8.0.4?
>
> Alan
Yes but in /usr.
--
rob
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq
On Fri, Oct 05, 2012 at 03:21:42PM +0100, Ken Moffat wrote:
> On Fri, Oct 05, 2012 at 06:50:57AM -0600, Scott wrote:
> > On Fri, Oct 05, 2012 at 05:49:27AM -0500, William Harrington wrote:
> > >
> > > If you do cat << EOF
> > >
> > > Then any variables or commands in backticks are evaluated
> > >
When I installed the UDEV extras for systemd I saw that there were three
different tar balls for UDEV-188. I started with the first one
udev-lfs-188.tar.bz2. and the installation of systemd-188 for gudev failed with
configure errors. I tried tarball - 2 and noticed that when it was untarred
tha
Following up here on my first email:
So, has anyone on this list successfully build MesaLib-8.0.4?
Alan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
On Fri, Oct 05, 2012 at 06:50:57AM -0600, Scott wrote:
> On Fri, Oct 05, 2012 at 05:49:27AM -0500, William Harrington wrote:
> >
> > If you do cat << EOF
> >
> > Then any variables or commands in backticks are evaluated
> >
> > If you do cat << "EOF"
> >
> > Then variables or commands in backti
On Fri, Oct 05, 2012 at 05:49:27AM -0500, William Harrington wrote:
>
> If you do cat << EOF
>
> Then any variables or commands in backticks are evaluated
>
> If you do cat << "EOF"
>
> Then variables or commands in backticks are not evaluated.
>
> Example:
>
> cat > test << EOF
> TEST=$PWD
>
On Oct 5, 2012, at 4:09 AM, Richard Melville wrote:
>
> A little off-topic but I've pondered this for a long time: in the
> LFS book why is "EOF" always in quotes; I've found EOF without
> quotes to work just fine.
>
> Richard
>
If you do cat << EOF
Then any variables or commands in backtic
>
> Or just create your scripts with cat > blah << "EOF"
>
> Then if you have errors use sed or perl to fix them!
>
> Sincerely,
>
> William Harrington
>
A little off-topic but I've pondered this for a long time: in the LFS book
why is "EOF" always in quotes; I've found EOF without quotes to work