On Tue, Mar 28, 2017 at 4:03 PM, Rasmus Abrahamsen <[email protected]> wrote: > I have a directory for my project. In this folder I have my Tupfile and my > source code. I created a build-debug and a build-release folder and have a > little tup.config in each of them. The next time I ran tup, my project > exploded to a thrice the original size. Why does it copy source files into > my variant folders before building when it can just as easy read them from > my project root?
Only the generated files should go in the build-debug and build-release directories, unless you are using the !tup_variant macro to specify that you want source files copied into the variant directory. Do you have a small test-case that can demonstrate what you're seeing? -Mike -- -- 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.
