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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
# -*- makefile -*-

dir := util
extra_cflags += -I$(srcdir)/$(dir)

libutil_c_srcs := $(dir)/xutil.c $(dir)/error_util.c $(dir)/hex-escape.c \
		  $(dir)/string-util.c $(dir)/talloc-extra.c $(dir)/zlib-extra.c

libutil_modules := $(libutil_c_srcs:.c=.o)

$(dir)/libutil.a: $(libutil_modules)
	$(call quiet,AR) rcs $@ $^

SRCS := $(SRCS) $(libutil_c_srcs)
CLEAN := $(CLEAN) $(libutil_modules) $(dir)/libutil.a

debug log:

solving e2a5b65 ...
found e2a5b65 in https://yhetil.org/notmuch/1396401381-18128-4-git-send-email-david@tethera.net/ ||
	https://yhetil.org/notmuch/1396200700-29361-3-git-send-email-david@tethera.net/ ||
	https://yhetil.org/notmuch/1396554083-3892-3-git-send-email-david@tethera.net/ ||
	https://yhetil.org/notmuch/1396116992-29640-3-git-send-email-david@tethera.net/ ||
	https://yhetil.org/notmuch/1396178602-7583-1-git-send-email-david@tethera.net/
found 29c0ce6 in https://yhetil.org/notmuch.git/
preparing index
index prepared:
100644 29c0ce6efc39318496711eee6e54e68d39ad4fca	util/Makefile.local

applying [1/1] https://yhetil.org/notmuch/1396401381-18128-4-git-send-email-david@tethera.net/
diff --git a/util/Makefile.local b/util/Makefile.local
index 29c0ce6..e2a5b65 100644

Checking patch util/Makefile.local...
Applied patch util/Makefile.local cleanly.

skipping https://yhetil.org/notmuch/1396200700-29361-3-git-send-email-david@tethera.net/ for e2a5b65
skipping https://yhetil.org/notmuch/1396554083-3892-3-git-send-email-david@tethera.net/ for e2a5b65
skipping https://yhetil.org/notmuch/1396116992-29640-3-git-send-email-david@tethera.net/ for e2a5b65
skipping https://yhetil.org/notmuch/1396178602-7583-1-git-send-email-david@tethera.net/ for e2a5b65
index at:
100644 e2a5b65cd5b7277584e295b8d1e8efc4974a7d1b	util/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).