[PATCH 2/3] build: add support to build Ruby bindings

2014-07-13 Thread David Bremner
Felipe Contreras writes: > + > +$(dir)/notmuch.so: | $(dir)/Makefile lib/libnotmuch.so > + @$(MAKE) -C $(dir) notmuch.so - since this is the only place (afaik) in the notmuch codebase that order only prereqs are used, their use probably deserves some comment. - can you explain why you depend

Re: [PATCH 2/3] build: add support to build Ruby bindings

2014-07-13 Thread David Bremner
Felipe Contreras writes: > + > +$(dir)/notmuch.so: | $(dir)/Makefile lib/libnotmuch.so > + @$(MAKE) -C $(dir) notmuch.so - since this is the only place (afaik) in the notmuch codebase that order only prereqs are used, their use probably deserves some comment. - can you explain why you depend

Re: [PATCH 2/3] build: add support to build Ruby bindings

2014-05-23 Thread Wael Nasreddine
Felipe Contreras writes: > So there's no need for the user to manually do that. > > Signed-off-by: Felipe Contreras > --- > bindings/ruby/Makefile.local | 21 + > bindings/ruby/extconf.rb | 14 ++ > configure| 21 + > 3

[PATCH 2/3] build: add support to build Ruby bindings

2014-05-23 Thread Wael Nasreddine
Felipe Contreras writes: > So there's no need for the user to manually do that. > > Signed-off-by: Felipe Contreras > --- > bindings/ruby/Makefile.local | 21 + > bindings/ruby/extconf.rb | 14 ++ > configure| 21 + > 3

[PATCH 2/3] build: add support to build Ruby bindings

2014-05-23 Thread Felipe Contreras
So there's no need for the user to manually do that. Signed-off-by: Felipe Contreras --- bindings/ruby/Makefile.local | 21 + bindings/ruby/extconf.rb | 14 ++ configure| 21 + 3 files changed, 44 insertions(+), 12 delet

[PATCH 2/3] build: add support to build Ruby bindings

2014-05-23 Thread Felipe Contreras
So there's no need for the user to manually do that. Signed-off-by: Felipe Contreras --- bindings/ruby/Makefile.local | 21 + bindings/ruby/extconf.rb | 14 ++ configure| 21 + 3 files changed, 44 insertions(+), 12 delet