Hi,

I have a source code repository that contains two distinct products, build for 
quite different platforms. With one I would like to use build variants for 
debug/release/self-test builds, but require no variants (or entirely different 
variants) for the other.

Is there a way to have a single tup project (i.e. one .tup folder) that can 
build both products (subdirectories), with subdirectory-specific variants?

I’m aware one solution would be to `tup init` the two products (subdirectories) 
independently, so they each have a .tup directory of their own. Then the 
variants of one would not impact the other. However, I believe then I would 
still need to run `tup` independently in each subdirectory to build everything. 
Being able to just run a single `tup` from any directory of the repository to 
build all subprojects would be preferred, so I wanted to check if there is a 
way to do that.

Many thanks!
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/31684630-B6C3-4703-9153-7B4F8D480B33%40googlemail.com.

Reply via email to