summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/quilt/quilt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/quilt/quilt/Makefile')
-rw-r--r--meta/recipes-devtools/quilt/quilt/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/quilt/quilt/Makefile b/meta/recipes-devtools/quilt/quilt/Makefile
new file mode 100644
index 0000000000..7b3ac8a492
--- /dev/null
+++ b/meta/recipes-devtools/quilt/quilt/Makefile
@@ -0,0 +1,13 @@
1PATH := $(CURDIR)/bin:$(CURDIR)/compat:$(PATH)
2QUILT_DIR := $(CURDIR)/quilt
3QUILTRC := $(CURDIR)/test/test.quiltrc
4export QUILT_DIR QUILTRC
5CHECK_ENV := P=patches/; _P=../patches/; export P _P
6-include test/.depend
7
8check-% : test/%.test
9 @LANG=C; LC_ALL=C; \
10 export LANG LC_ALL; \
11 $(CHECK_ENV); \
12 cd $(<D); \
13 ./run -q $(<F)