text file needs a carriage return
Michael Havens
bmike1 at gmail.com
Wed Aug 29 21:31:41 MST 2012
okay, this is what I got:
cat > <file>
tar -xvf <file2>
cd linux-3.2.6
make mrproper
make headers_check
make INSTALL_HDR_PATH=dest headers_install
find dest/include \( -name .install -o -name ..install.cmd \) -delete
cp -rv dest/include/* /usr/include
then I hit return and after type:
. <file> 2>1|tee <file3>
and then hit return again.
So what this does is creates a text file and this example is a kernel
builder, So I'm going to change it for each package I need to build for
LinuxfromScratch. So I want to be able to just type everything and run it
all with:
. <file> 2>1|tee <file>
so I can find errors before I move on to the next tar file w/o hiting
return before the 'tee' command. So what text do I put to indicate a
carriage return?
:-)~MIKE~(-:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.PLUG.phoenix.az.us/pipermail/plug-discuss/attachments/20120829/853835e3/attachment.html>
More information about the PLUG-discuss
mailing list