[dahdi-commits] dahdi/linux.git branch "next" updated.

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Mon Oct 1 06:39:28 CDT 2018


branch "next" has been updated
       via  f95fff65883893defc79ae5c25ab04bf29afe80a (commit)
      from  6667f1c8d8fadc29ef95dce4f8b025f38d3d3084 (commit)

Summary of changes:
 Makefile |    2 ++
 1 file changed, 2 insertions(+)


- Log -----------------------------------------------------------------
commit f95fff65883893defc79ae5c25ab04bf29afe80a
Author: Keith Morgan <kmorgan at digium.com>
Date:   Mon Oct 1 19:33:50 2018 +0000

    Description: Remove a bodus "test" target
    Author: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
    Bug: https://issues.asterisk.org/jira/browse/DAHLIN-364

diff --git a/Makefile b/Makefile
index d246865..fab7a24 100644
--- a/Makefile
+++ b/Makefile
@@ -190,8 +190,10 @@ dist-clean: clean
 firmware-download:
 	@$(MAKE) -C drivers/dahdi/firmware all
 
+ifneq (,$(wildcard test-script))
 test:
 	./test-script $(DESTDIR)/lib/modules/$(KVERS) dahdi
+endif
 
 docs: $(GENERATED_DOCS)
 

-----------------------------------------------------------------------


-- 
dahdi/linux.git



More information about the dahdi-commits mailing list