osmith has submitted this change and it was merged. ( https://gerrit.osmocom.org/12732 )
Change subject: net/tmpl_std: add Makefile for 'make regen' ...................................................................... net/tmpl_std: add Makefile for 'make regen' Allow using "make regen" in the net dir to regenerate the configs, just like it is possible to type "make regen" in the make dir. This is a minor usability improvement, so one does not need to remember to type ../fill_config.py in the net dir. Change-Id: I8b23f8ae1f1d6ade597a30a222dfc82ea890d207 --- A net/tmpl_std/Makefile 1 file changed, 5 insertions(+), 0 deletions(-) Approvals: Neels Hofmeyr: Looks good to me, approved osmith: Verified diff --git a/net/tmpl_std/Makefile b/net/tmpl_std/Makefile new file mode 100644 index 0000000..62ae7a7 --- /dev/null +++ b/net/tmpl_std/Makefile @@ -0,0 +1,5 @@ +# Do nothing by default +all: + +regen: + ../fill_config.py -- To view, visit https://gerrit.osmocom.org/12732 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-dev Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I8b23f8ae1f1d6ade597a30a222dfc82ea890d207 Gerrit-Change-Number: 12732 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]> Gerrit-Reviewer: Neels Hofmeyr <[email protected]> Gerrit-Reviewer: osmith <[email protected]>
