projects
/
sip-router
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
test Adding test configuration starting point
[sip-router]
/
test
/
mkinclude
/
kamversion.mak
1
# Log the latest test version
2
ifeq ($(KAMBIN),)
3
$(error NO KAMBIN??? )
4
endif
5
KAMVER=$(shell $(KAMBIN)/kamailio -v|head -n1)
6
$(shell echo "$(KAMVER)" > test.log)