I need to generate a header file with version information using a script, like this:
: |> $VersionToHeader.sh %o |> project/Version.h And I have two tupfiles, like this: project/debug/Tupfile project/release/Tupfile When I run "Tup project/debug", it complains that "project/Version.h" belongs to the SAME command in the project/release node. How can I fix this? -- -- 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/ebd9258c-e33e-4a49-bf36-6a6add5ae713%40googlegroups.com.
