summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/pmdk/files/0003-Makefile-Don-t-build-the-examples.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/pmdk/files/0003-Makefile-Don-t-build-the-examples.patch')
-rw-r--r--meta-oe/recipes-extended/pmdk/files/0003-Makefile-Don-t-build-the-examples.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-oe/recipes-extended/pmdk/files/0003-Makefile-Don-t-build-the-examples.patch b/meta-oe/recipes-extended/pmdk/files/0003-Makefile-Don-t-build-the-examples.patch
deleted file mode 100644
index dbe9c45e11..0000000000
--- a/meta-oe/recipes-extended/pmdk/files/0003-Makefile-Don-t-build-the-examples.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1From ac24c78f5aa62ba43bb87b74301b659bcc506f11 Mon Sep 17 00:00:00 2001
2From: Alistair Francis <alistair.francis@wdc.com>
3Date: Thu, 18 Jul 2019 15:40:22 +0800
4Subject: [PATCH] Makefile: Don't build the examples
5
6Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
7Upstream-Status: Inappropriate [disable feature]
8---
9 src/Makefile | 4 ++--
10 1 file changed, 2 insertions(+), 2 deletions(-)
11
12diff --git a/src/Makefile b/src/Makefile
13index 773ab1387..58912f0ab 100644
14--- a/src/Makefile
15+++ b/src/Makefile
16@@ -37,13 +37,13 @@ include $(TOP)/src/common.inc
17
18 TARGETS = libpmem libvmem libpmemblk libpmemlog libpmemobj libpmempool\
19 libvmmalloc tools
20-ALL_TARGETS = $(TARGETS) common librpmem examples benchmarks
21+ALL_TARGETS = $(TARGETS) common librpmem benchmarks
22
23 SCOPE_DIRS = $(TARGETS) common librpmem rpmem_common
24
25 DEBUG_RELEASE_TARGETS = common libpmem libvmem libpmemblk libpmemlog libpmemobj\
26 libpmempool libvmmalloc librpmem
27-RELEASE_TARGETS = tools examples benchmarks
28+RELEASE_TARGETS = tools benchmarks
29
30 CLEAN_NO_JE_TARGETS = $(ALL_TARGETS) rpmem_common test
31 CLEAN_TARGETS = $(CLEAN_NO_JE_TARGETS) jemalloc
32--
332.14.4
34