linux from scratch: what do I need to put after 'werror' to indicate a carriage return so it will go on to the next line?

time { ../binutils-2.24/configure \
--prefix=/tools \
--with-sysroot=$LFS \
--with-lib-path=/tools/lib \
--target=$LFS_TGT \
--disable-nls \
--disable-werror

(make 2>&1 | tee compile.log1 && exit $PIPESTATUS ) && echo GOOD

make install }


this is what happens currently:

mike@LFS:/mnt/lfs/sources/binutils-build-1$ time { ../binutils-2.24/configure \
> --prefix=/tools \
> --with-sysroot=$LFS \
> --with-lib-path=/tools/lib \
> --target=$LFS_TGT \
> --disable-nls \
> --disable-werror
> (make 2>&1 | tee compile.log1 && exit $PIPESTATUS ) && echo GOOD
> make install }^C
mike@LFS:/mnt/lfs/sources/binutils-build-1$ 

:-)~MIKE~(-: