Home
last modified time | relevance | path

Searched refs:WITH_CONTIKI_NG_BRANCH (Results 1 - 1 of 1) sorted by relevance

/third_party/libcoap/examples/contiki/
H A DMakefile4 WITH_CONTIKI_NG_BRANCH=release/v4.9 macro
10 echo "Updating $(CONTIKI) to ${WITH_CONTIKI_NG_BRANCH}"
11 (cd ${CONTIKI} ; git pull --tags 2> /dev/null ; git checkout ${WITH_CONTIKI_NG_BRANCH})
18 if [ "$$TAG" != ${WITH_CONTIKI_NG_BRANCH} ] ; then \
19 if [ "$$TAG" != "tags/${WITH_CONTIKI_NG_BRANCH}" ] ; then \
21 echo "Updating $(CONTIKI) to ${WITH_CONTIKI_NG_BRANCH}" ; \
22 git checkout ${WITH_CONTIKI_NG_BRANCH} ; \

Completed in 0 milliseconds