unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 2ad0b86f0a963901bc03327289c41b03d8a01f50 516 bytes (raw)
name: bindings/Makefile.local 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
 
# -*- makefile -*-

dir := bindings

# force the shared library to be built
ruby-bindings: lib/libnotmuch.so
ifeq ($(HAVE_RUBY_DEV),1)
	cd $(dir)/ruby && \
		EXTRA_LDFLAGS="$(NO_UNDEFINED_LDFLAGS)" \
		ruby extconf.rb --vendor
	$(MAKE) -C $(dir)/ruby
else
	@echo Missing dependency, skipping ruby bindings
endif

CLEAN += $(patsubst %,$(dir)/ruby/%, \
	.RUBYARCHDIR.time \
	Makefile database.o directory.o filenames.o\
	init.o message.o messages.o mkmf.log notmuch.so query.o \
	status.o tags.o thread.o threads.o)


debug log:

solving 2ad0b86 ...
found 2ad0b86 in https://yhetil.org/notmuch/1433142542-2307-3-git-send-email-david@tethera.net/
found e0b0bf0 in https://yhetil.org/notmuch/1433142542-2307-2-git-send-email-david@tethera.net/

applying [1/2] https://yhetil.org/notmuch/1433142542-2307-2-git-send-email-david@tethera.net/
diff --git a/bindings/Makefile.local b/bindings/Makefile.local
new file mode 100644
index 0000000..e0b0bf0


applying [2/2] https://yhetil.org/notmuch/1433142542-2307-3-git-send-email-david@tethera.net/
diff --git a/bindings/Makefile.local b/bindings/Makefile.local
index e0b0bf0..2ad0b86 100644

Checking patch bindings/Makefile.local...
2:25: new blank line at EOF.
+
Applied patch bindings/Makefile.local cleanly.
Checking patch bindings/Makefile.local...
Applied patch bindings/Makefile.local cleanly.
warning: 1 line adds whitespace errors.

index at:
100644 2ad0b86f0a963901bc03327289c41b03d8a01f50	bindings/Makefile.local

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).