Patrick Mahan <[email protected]> writes:
> Maybe I should do this instead?
>
> src-kernel: src-kernel-tools
>       cd src; ./amd64-kernel.sh 2>&1 > build_amd64_kernel.log; \
>               tail -f build_amd64_kernel.log
>
> It is not too clear if the status is the last one in a compound
> command.

This won't work, because tail won't start until the build is done.  You
should just pass the file name as an argument to your script and handle
it there.

DES
-- 
Dag-Erling Smørgrav - [email protected]
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[email protected]"

Reply via email to