Tushar Teredesai wrote: > The patch can be replaced by a sed (this is from memory so may need to > be adjusted): > sed -i '[EMAIL PROTECTED](SHELL) ./[EMAIL PROTECTED]@g' > gcc/fixincludes/Makefile.in
I wonder where you got the idea for that from :-) For the record, here is what I've been using in the DIY build for quite some months now: sed -i.bak 's,\./fixinc\.sh,-c true,' gcc/Makefile.in It works for GCC-3.4.x, GCC-4.x and I feel confident in predicting it will continue working well into the future. Of course, the caveat for LFS is that `sed -i' is not guaranteed to be available for GCC-Pass2. Regards Greg -- http://www.diy-linux.org/ -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page