summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2021-01-15 13:15:08 +0700
committerGitHub <noreply@github.com>2021-01-15 13:15:08 +0700
commitb19a128521e576880d0b6285932ac0406d45627c (patch)
treee6fcf203fb97533820dae6332d1cde64e8e2387e /Makefile
parent3ece840792011fcca00617e42b049e1414ebb1d6 (diff)
downloadvyos-1x-b19a128521e576880d0b6285932ac0406d45627c.tar.gz
vyos-1x-b19a128521e576880d0b6285932ac0406d45627c.zip
Revert "T3165: use a separate file for "base" CLI nodes."
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0fd23f713..00d7b5e21 100644
--- a/Makefile
+++ b/Makefile
@@ -33,9 +33,6 @@ op_xml_obj = $(op_xml_src:.xml.in=.xml)
interface_definitions: $(config_xml_obj)
mkdir -p $(TMPL_DIR)
- # Build "base" templates (service, interfaces, other high-level nodes)
- $(CURDIR)/scripts/build-command-templates $(CURDIR)/interface-definitions/base/base.xml $(CURDIR)/schema/interface_definition.rng $(TMPL_DIR)
-
find $(BUILD_DIR)/interface-definitions -type f -name "*.xml" | xargs -I {} $(CURDIR)/scripts/build-command-templates {} $(CURDIR)/schema/interface_definition.rng $(TMPL_DIR) || exit 1
# XXX: delete top level node.def's that now live in other packages