W dniu 2014-06-20 23:59, Evgenii pisze:
Suppose I have a Tcl, Perl, or Python script A, which includes or calls
script B, which includes or calls script C. The command specified in the
tupfile would only mention running script A. Will a change to script C
be noticed to trigger a rebuild or give a message/error?

As long as the tool uses "standard" I/O facilities it would work fine. Do note that inputs don't actually have to be listed (as long as these are free files, not something generated by tup), so you won't have an error or a message, but a change to any input would cause a rebuild of everything that depends on it.

It's the same as with C/C++ headers - you don't list them all for tup, yet if they change the object is recompiled.

Regards,
FCh

--
--
tup-users mailing list
email: [email protected]
unsubscribe: [email protected]
options: http://groups.google.com/group/tup-users?hl=en
--- You received this message because you are subscribed to the Google Groups "tup-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to