summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-08-01 13:07:09 +0200
committerChristian Poessinger <christian@poessinger.com>2020-08-01 13:07:09 +0200
commit134a05e95c14c5a7d2da23ca7fb1b05c533d53c6 (patch)
treef5701481e1c660011340115079879a17d9b5b1af /Makefile
parent37e905de5ec903cff3e83ce4863b22b9e6d53d73 (diff)
downloadvyos-1x-134a05e95c14c5a7d2da23ca7fb1b05c533d53c6.tar.gz
vyos-1x-134a05e95c14c5a7d2da23ca7fb1b05c533d53c6.zip
Makefile: remove add/node.def file to not break builds
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6c715d138..2773642d0 100644
--- a/Makefile
+++ b/Makefile
@@ -88,6 +88,7 @@ op_mode_definitions:
find $(CURDIR)/op-mode-definitions/ -type f -name "*.xml" | xargs -I {} $(CURDIR)/scripts/build-command-op-templates {} $(CURDIR)/schema/op-mode-definition.rng $(OP_TMPL_DIR) || exit 1
# XXX: delete top level op mode node.def's that now live in other packages
+ rm -f $(OP_TMPL_DIR)/add/node.def
rm -f $(OP_TMPL_DIR)/clear/node.def
rm -f $(OP_TMPL_DIR)/clear/interfaces/node.def
rm -f $(OP_TMPL_DIR)/set/node.def