[sr-dev] git:master:b84859ac: Merge pull request #1891 from mslehto/old_modules_dir

GitHub noreply at github.com
Sat Mar 16 07:36:32 CET 2019


Module: kamailio
Branch: master
Commit: b84859acc22be08cad2ef1500aba5ca4fb42e72e
URL: https://github.com/kamailio/kamailio/commit/b84859acc22be08cad2ef1500aba5ca4fb42e72e

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: GitHub <noreply at github.com>
Date: 2019-03-16T07:36:25+01:00

Merge pull request #1891 from mslehto/old_modules_dir

Makefile: give warning when old modules directory is found

---

Modified: Makefile

---

Diff:  https://github.com/kamailio/kamailio/commit/b84859acc22be08cad2ef1500aba5ca4fb42e72e.diff
Patch: https://github.com/kamailio/kamailio/commit/b84859acc22be08cad2ef1500aba5ca4fb42e72e.patch

---

diff --git a/Makefile b/Makefile
index f0df1b6396..6d4abe6e90 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,9 @@ KSR_DIR ?= src/
 # default target for makefile
 .DEFAULT_GOAL := default
 
+ifneq ($(wildcard modules),)
+$(warning "old Kamailio modules directory found, you should clean that")
+endif
 
 # strip the src/ from the path to modules
 SMODPARAM=




More information about the sr-dev mailing list