Hi, >From the EXAMPLE section in the tup manual: The foreach :-rule will generate a command to compile each file. First tup will parse the input section, and use the glob operation on the database since a '*' is present. This glob matches foo.c and bar.c.
To my understanding, for this to work, tup must populate the database with a file node for each file found in the directory *before *it starts parsing the tupfile. Or does tup only create nodes for files that match the glob pattern? In the latter case why then perform a glob operation on the database? Peter -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/tup-users/02686f7a-d99f-4102-aaf9-5dff08ffe750n%40googlegroups.com.
