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

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


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


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/76/8076/1

diff --git a/Makefile b/Makefile
index f116e2d..f37ab51 100644
--- a/Makefile
+++ b/Makefile
@@ -604,7 +604,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/8076
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iefdf268b0b98c3e7d8089ba87cf78136ac1d785b
Gerrit-Change-Number: 8076
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/765f0218/attachment.html>


More information about the asterisk-code-review mailing list