Module: kamailio Branch: master Commit: b84859acc22be08cad2ef1500aba5ca4fb42e72e URL: https://github.com/kamailio/kamailio/commit/b84859acc22be08cad2ef1500aba5ca4fb42e72e
Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: GitHub <nore...@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= _______________________________________________ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev