unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 4002f49980aeb7f4f0858aee7aa105c32b78f12c 325 bytes (raw)
name: test/parallel.mk 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
#
# named as parallel.mk to show what is the purpose, as
# the contents of this makefile looks more generic
#

TIMEOUT_CMD := # could not figure out good generic name for this

.PHONY: $(MAKECMDGOALS)
$(MAKECMDGOALS):
	env -u MAKEFLAGS $(TIMEOUT_CMD) $@

.SUFFIXES:
MAKEFLAGS += --no-builtin-rules --warn-undefined-variables

debug log:

solving 4002f499 ...
found 4002f499 in https://yhetil.org/notmuch/20210817091216.26044-1-tomi.ollila@iki.fi/

applying [1/1] https://yhetil.org/notmuch/20210817091216.26044-1-tomi.ollila@iki.fi/
diff --git a/test/parallel.mk b/test/parallel.mk
new file mode 100644
index 00000000..4002f499

Checking patch test/parallel.mk...
Applied patch test/parallel.mk cleanly.

index at:
100644 4002f49980aeb7f4f0858aee7aa105c32b78f12c	test/parallel.mk

(*) 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).