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

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

Date: Sun, 13 Jul 2014 11:28:41 -0300

To: Felipe Contreras, notmuch@notmuchmail.org

Cc: Ali Polatel

From: David Bremner


Felipe Contreras <felipe.contreras@gmail.com> 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 on $(dir)/Makefile here?

d


Thread: