[sr-dev] git:master: Makefile: intialization of FLAVOUR var

Daniel-Constantin Mierla miconda at gmail.com
Wed Jan 27 12:16:45 CET 2010


Module: sip-router
Branch: master
Commit: fb143f66a129177b59985a268753e5305e30fd95
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fb143f66a129177b59985a268753e5305e30fd95

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Wed Jan 27 12:15:14 2010 +0100

Makefile: intialization of FLAVOUR var

- use ?= instead of = to enable usage of value from env

---

 Makefile.defs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.defs b/Makefile.defs
index eca85ad..d69925c 100644
--- a/Makefile.defs
+++ b/Makefile.defs
@@ -113,7 +113,7 @@ $(info normal Makefile.defs exec)
 endif # verbose
 
 # flavour: sip-router, ser or kamailio
-FLAVOUR=sip-router
+FLAVOUR?=sip-router
 
 ifeq ($(FLAVOUR),sip-router)
 # main binary name




More information about the sr-dev mailing list