Hi folks, Is there an idiomatic way to implement a source formatting step in tup? I'm aware that the following type of construction is illegal since a file cannot be both a generated node and a normal file:
: foreach *.s |> asm-format %f |> %f I see that I could have a wrapper script that moves files before or after tup is called, but that feels suboptimal, so I was wondering if there is a better approach. Many thanks in advance! Pete -- -- 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/2895e780-9ee6-4155-97b9-29a2484b3455n%40googlegroups.com.
