summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2021-08-19 14:59:04 -0500
committerJohn Estabrook <jestabro@vyos.io>2021-08-19 14:59:04 -0500
commitae6f94f8a910b91433a5133a96bfaae40ee34b4c (patch)
tree4de4192d30a02e80d14f0535ffd5e8fc74077958 /Makefile
parentf86cc376d4c8792be7364b8a718928b3ab2caacb (diff)
downloadvyos-1x-ae6f94f8a910b91433a5133a96bfaae40ee34b4c.tar.gz
vyos-1x-ae6f94f8a910b91433a5133a96bfaae40ee34b4c.zip
T3768: Revert "xml: T1962: Add script to process syntaxVersion tags during build"
This reverts commit 0ecc2c26f7ac939e4e23c14f5027ac7592c25761.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index e5a420601..3e6489c4b 100644
--- a/Makefile
+++ b/Makefile
@@ -89,17 +89,12 @@ op_mode_definitions: $(op_xml_obj)
# options are provided from the script itself
ln -s ../node.tag $(OP_TMPL_DIR)/ping/node.tag/node.tag/
-.PHONY: component_versions
-.ONESHELL:
-component_versions: interface_definitions
- $(CURDIR)/scripts/build-component-versions $(BUILD_DIR)/interface-definitions $(DATA_DIR)
-
.PHONY: vyshim
vyshim:
$(MAKE) -C $(SHIM_DIR)
.PHONY: all
-all: clean interface_definitions op_mode_definitions component_versions vyshim
+all: clean interface_definitions op_mode_definitions vyshim
.PHONY: clean
clean: