NAME
file_stall - wait for a file to appear
SYNOPSIS
file_stall { flag } * filename
DESCRIPTION
This little utility is used by the SUIF makefile system to synchronize multiple nightly recompile runs using the same $SUIFHOME/src tree.
If filename already exists, there is no effect and file_stall exits immediately. Otherwise, it waits until filename appears and then exits. Either way, it returns a successful return code. It also prints a line to standard output reporting its results -- whether or not it had to wait and if it did wait, how long it did so.
OPTIONS
-name name
This says to use name in the output message. By default, the output message refers to filename.