0004-Makefile-remove-test.patch 666 B

123456789101112131415161718192021222324252627
  1. From c578772d6abc5fdf3ec83f632c371373e5baf9f1 Mon Sep 17 00:00:00 2001
  2. From: Romain Naour <romain.naour@openwide.fr>
  3. Date: Fri, 26 Dec 2014 01:04:58 +0100
  4. Subject: [PATCH] Makefile: remove test
  5. Tests needs static libraries, remove them for shared only build.
  6. Signed-off-by: Romain Naour <romain.naour@openwide.fr>
  7. ---
  8. Makefile | 1 -
  9. 1 file changed, 1 deletion(-)
  10. diff --git a/Makefile b/Makefile
  11. index 65a2273..105c460 100644
  12. --- a/Makefile
  13. +++ b/Makefile
  14. @@ -10,7 +10,6 @@ DVB_API_MINOR := $(word 3, $(shell grep -m1 "DVB_API_VERSION_MINOR" $(VERSION_FI
  15. all clean install:
  16. $(MAKE) -C lib $@
  17. - $(MAKE) -C test $@
  18. $(MAKE) -C util $@
  19. update:
  20. --
  21. 1.9.3