"Glendon M. Gross" <[EMAIL PROTECTED]> writes:
> make -k buildworld > /usr/tmp/buildworld.out & \
> tail -f  /usr/tmp/buildworld.out

1) don't use -k
2) use 2>&1 to direct error messages to the log

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

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

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

Reply via email to