[sr-dev] git:kamailio_3.0: kamctl: Makefile action for simple 'make'

Daniel-Constantin Mierla miconda at gmail.com
Tue Oct 13 21:57:15 CEST 2009


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Tue Oct 13 20:41:38 2009 +0200

kamctl: Makefile action for simple 'make'

- avoid kamctl installation if 'make' is typed

---

 utils/kamctl/Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/utils/kamctl/Makefile b/utils/kamctl/Makefile
index fbc39c3..9c6d377 100644
--- a/utils/kamctl/Makefile
+++ b/utils/kamctl/Makefile
@@ -2,6 +2,9 @@
 COREPATH=../..
 include $(COREPATH)/Makefile.defs
 
+all:
+		@echo "No compilation needed for kamctl"
+
 install: install-cfg install-bin install-man install-modules
 
 install-cfg: $(cfg_prefix)/$(cfg_dir)




More information about the sr-dev mailing list