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/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-devtools/quilt/quilt/Makefile b/meta/recipes-devtools/quilt/quilt/Makefile
deleted file mode 100644
index 1f6cd2479c..0000000000
--- a/meta/recipes-devtools/quilt/quilt/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
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;
6CHECK_ENV += QUILT_PC=.pc; export QUILT_PC
7-include test/.depend
8
9check-% : test/%.test
10 @LANG=C; LC_ALL=C; \
11 export LANG LC_ALL; \
12 $(CHECK_ENV); \
13 cd $(<D); \
14 ./run -q $(<F)