Attention is currently required from: fixeria.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/36446?usp=email )
Change subject: ttcn3-bts-test: abort if missing osmo-config-merge ......................................................................
Patch Set 1:
(1 comment)
File ttcn3-bts-test/Makefile:
https://gerrit.osmocom.org/c/docker-playground/+/36446/comment/ac32e43d_51de... PS1, Line 15: cfg req-osmo-config-merge
`cfg` already depends on `req-osmo-config-merge` below, do we also need it here?
PHONY only means that these are not real targets. The order doesn't matter here, but I guess it's slightly nicer to also have rq-osmo-config-merge here first. I've updated it.
https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html