[sr-dev] git:4.3:96ffc362: Makefile.defs: separate RUNBASEDIR from BASEDIR

Daniel-Constantin Mierla miconda at gmail.com
Mon Jul 27 12:41:11 CEST 2015


Module: kamailio
Branch: 4.3
Commit: 96ffc362f1acdf8ae22f833e3c9fb0e1a675e5d1
URL: https://github.com/kamailio/kamailio/commit/96ffc362f1acdf8ae22f833e3c9fb0e1a675e5d1

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-07-27T12:31:14+02:00

Makefile.defs: separate RUNBASEDIR from BASEDIR

- not sharing same purpose, a common value can still be forced via
  DESTDIR

(cherry picked from commit 747c3284c6eb31fab3b143c4217c84aa29fb9ca5)

---

Modified: Makefile.defs

---

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

---

diff --git a/Makefile.defs b/Makefile.defs
index c3d51e4..3e7f726 100644
--- a/Makefile.defs
+++ b/Makefile.defs
@@ -434,7 +434,8 @@ doxygen_dir=doc/doxygen
 
 BASEDIR ?= $(DESTDIR)
 basedir = $(BASEDIR)
-runbasedir = $(BASEDIR)
+RUNBASEDIR ?= $(DESTDIR)
+runbasedir = $(RUNBASEDIR)
 
 # install location
 PREFIX ?= $(LOCALBASE)




More information about the sr-dev mailing list