%% "Asperheim, Eric" <[EMAIL PROTECTED]> writes:
ae> Does anyone know of a way to do this inside gmake - eliminating
ae> need for wait_for.tcsh script?
I know next to nothing about tcsh, but why doesn't something like this:
foo:
command to create $@
while (! -e $@); sleep 5; end
work? If you were using SHELL = sh instead of tcsh, this would be
trivial.
--
-------------------------------------------------------------------------------
Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at:
http://www.gnu.org http://www.paulandlesley.org/gmake/
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make