what's wrong?

Michael Havens bmike1 at gmail.com
Mon Apr 7 11:24:20 MST 2014


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 at 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 at LFS:/mnt/lfs/sources/binutils-build-1$

:-)~MIKE~(-:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.phxlinux.org/pipermail/plug-discuss/attachments/20140407/ad1f5140/attachment.html>


More information about the PLUG-discuss mailing list