This is a suggestion which simplifies typing and works with any version of gcc so that the book won't need changing when gcc changes.
A simplified outline as the book is currently: configure make chown nobody . make check make install chown root /long/version/dependent/path Change this to: configure make chown nobody . make check chown root . make install Comments? -- Roger -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
