#3081: gcc-4.6.2 : EOL indicators missing in 'configparms'
---------------------+------------------------------------------------------
Reporter: derenma | Owner: lfs-book@…
Type: task | Status: new
Priority: normal | Milestone: 7.1
Component: Book | Version: SVN
Severity: normal | Keywords: configparms missing separator
---------------------+------------------------------------------------------
Page 37 / LFS
Example throws 'missing separator' error:
{{{
case `uname -m` in
i?86) echo "CFLAGS += -march=i486 -mtune=native" > configparms ;;
esac
}}}
Should be:
{{{
case `uname -m` in \
i?86) echo "CFLAGS += -march=i486 -mtune=native" > configparms ;; \
esac
}}}
Thanks and keep up the great work!
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/3081>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page