On 11/27/2014 11:26 AM, Yesudeep Mangalapilly wrote:
Namaste,

I have a repository structured such:

third_party/c/github.com/sass/libsass

third_party/c/github.com/sass/sassc

And I have rules to compile sass files to css
in my Tuprules.tup using the binary built as
`third_party/c/github.com/sass/sassc/bin/sassc`.
I need Tup to automatically consider the executable
as a dependency. How do I do that in a macro?

If you build this executable as part of the whole project build, then it is already in the dependancies. Otherwise see here - http://gittup.org/tup/manual.html - and check info about " updater.full_deps" option.

Regards,
FCh

--
--
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.

Reply via email to