[Asterisk-code-review] BuildSystem: Do not warn when bash is not installed. (asterisk[13])

Alexander Traud asteriskteam at digium.com
Sun Jan 28 03:04:14 CST 2018


Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/8077


Change subject: BuildSystem: Do not warn when bash is not installed.
......................................................................

BuildSystem: Do not warn when bash is not installed.

ASTERISK-27631

Change-Id: Iefdf268b0b98c3e7d8089ba87cf78136ac1d785b
---
M Makefile
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/77/8077/1

diff --git a/Makefile b/Makefile
index 6930b95..2389c76 100644
--- a/Makefile
+++ b/Makefile
@@ -605,7 +605,8 @@
 
 NEWMODS:=$(foreach d,$(MOD_SUBDIRS),$(notdir $(wildcard $(d)/*.so)))
 OLDMODS=$(filter-out $(NEWMODS) $(notdir $(DESTDIR)$(ASTMODDIR)),$(notdir $(wildcard $(DESTDIR)$(ASTMODDIR)/*.so)))
-BADMODS=$(strip $(filter-out $(shell ./build_tools/list_valid_installed_externals),$(OLDMODS)))
+-FILMODS=$(shell ./build_tools/list_valid_installed_externals)
+BADMODS=$(strip $(filter-out $(FILMODS),$(OLDMODS)))
 
 oldmodcheck:
 	@if [ -n "$(BADMODS)" ]; then \

-- 
To view, visit https://gerrit.asterisk.org/8077
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iefdf268b0b98c3e7d8089ba87cf78136ac1d785b
Gerrit-Change-Number: 8077
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180128/74fb531f/attachment.html>


More information about the asterisk-code-review mailing list