Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#3081 closed task (invalid)

gcc-4.6.2 : EOL indicators missing in 'configparms'

Reported by: matthew deren Owned by: lfs-book@…
Priority: normal Milestone: 7.1
Component: Book Version: SVN
Severity: normal Keywords: configparms missing separator
Cc:

Description

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!

Change History (3)

comment:1 by matthew deren, 12 years ago

CORRECTION: this is not for gcc, but rather glibc.

comment:2 by bdubbs@…, 12 years ago

Resolution: invalid
Status: newclosed

You are not using bash.

comment:3 by matthew deren, 12 years ago

I am using bash.

Note: See TracTickets for help on using tickets.