Shivakumar G.N wrote:
If you need both the log and want to see the progress, "tail -f glibc-check-log" in another session. Or, instead of redirecting the output to file, instead, start script command and then execute "make -k check".
Or /usr/bin/tee should probably be sufficient. 'make -k check 2>&1 | tee glibc-check-log' -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
