Dag-Erling Smorgrav wrote:
[ ... ]
1) don't use -k
2) use 2>&1 to direct error messages to the log

# make buildworld >world.log 2>&1 &
...or:

3) nohup make buildworld &

This way the build will continue even if your shell goes away. Your output goes to nohup.out, although that could be changed.

-Chuck



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to