I have been trying to workaround not being able to use the sqlite database file as input by executing a query and writing the results into a file, which then becomes the input.
``` : |> sqlite-query-command > %o |> query-output : query-output |> real-command |> ... ``` For this to work, however, the query (first rule above) must always be executed so that any relevant changes in the database are reflected in the query-output file. I can't find a way to force a rule to always execute. Is this possible? If not, what else can I do? -- -- 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.
