osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-dev/+/27444 )


Change subject: gen_makefile.py: mark convenience targets as phony
......................................................................

gen_makefile.py: mark convenience targets as phony

Change-Id: Idd7e485e17b178f1bf6feef5d30db57e6467267e
---
M gen_makefile.py
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/44/27444/1

diff --git a/gen_makefile.py b/gen_makefile.py
index 9eb2d94..03523df 100755
--- a/gen_makefile.py
+++ b/gen_makefile.py
@@ -305,6 +305,7 @@
   out.write(r'''
 default: usrp

+.PHONY: cn
 cn: \
        osmo-ggsn \
        osmo-hlr \
@@ -316,11 +317,13 @@
        osmo-smlc \
        $(NULL)

+.PHONY: cn-bsc
 cn-bsc: \
        cn \
        osmo-bsc \
        $(NULL)

+.PHONY: usrp
 usrp: \
        cn-bsc \
        osmo-bts \

--
To view, visit https://gerrit.osmocom.org/c/osmo-dev/+/27444
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: Idd7e485e17b178f1bf6feef5d30db57e6467267e
Gerrit-Change-Number: 27444
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-MessageType: newchange

Reply via email to