blob: 6ec5b08ccc3bb919f7efd85ef0a1a3be916eb2b3 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001From c578772d6abc5fdf3ec83f632c371373e5baf9f1 Mon Sep 17 00:00:00 2001
2From: Romain Naour <romain.naour@openwide.fr>
3Date: Fri, 26 Dec 2014 01:04:58 +0100
4Subject: [PATCH] Makefile: remove test
5
6Tests needs static libraries, remove them for shared only build.
7
Patrick Williams8e7b46e2023-05-01 14:19:06 -05008Upstream-Status: Inappropriate [Cross-compile specific]
Brad Bishop19323692019-04-05 15:28:33 -04009Signed-off-by: Romain Naour <romain.naour@openwide.fr>
10---
11 Makefile | 1 -
12 1 file changed, 1 deletion(-)
13
14diff --git a/Makefile b/Makefile
15index 65a2273..105c460 100644
16--- a/Makefile
17+++ b/Makefile
18@@ -10,7 +10,6 @@ DVB_API_MINOR := $(word 3, $(shell grep -m1 "DVB_API_VERSION_MINOR" $(VERSION_FI
19
20 all clean install:
21 $(MAKE) -C lib $@
22- $(MAKE) -C test $@
23 $(MAKE) -C util $@
24
25 update:
26--
271.9.3
28