<div dir="ltr"><p style="color:rgb(26,26,26);font-family:sans-serif;font-size:medium"></p><p>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?</p>
<p>time { ../binutils-2.24/configure \<br>--prefix=/tools \<br>--with-sysroot=$LFS \<br>--with-lib-path=/tools/lib \<br>--target=$LFS_TGT \<br>--disable-nls \<br>--disable-werror</p><p>(make <span style="font-family:monospace;white-space:pre-wrap">2>&1 | tee compile.log1 && exit $PIPESTATUS ) && echo GOOD</span></p>
<p></p><p style="color:rgb(26,26,26);font-family:sans-serif;font-size:medium">make install }</p><div><br></div><div>this is what happens currently:</div><div><div><br></div><div>mike@LFS:/mnt/lfs/sources/binutils-build-1$ time { ../binutils-2.24/configure \</div>
<div>> --prefix=/tools \</div><div>> --with-sysroot=$LFS \</div><div>> --with-lib-path=/tools/lib \</div><div>> --target=$LFS_TGT \</div><div>> --disable-nls \</div><div>> --disable-werror</div><div>> </div>
<div>> (make 2>&1 | tee compile.log1 && exit $PIPESTATUS ) && echo GOOD</div><div>> </div><div>> </div><div>> make install }^C</div><div>mike@LFS:/mnt/lfs/sources/binutils-build-1$ </div>
</div><div><br></div><div>:-)~MIKE~(-:</div>
</div>