diff options
author | John Estabrook <jestabro@vyos.io> | 2021-08-19 14:59:04 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2021-08-19 14:59:04 -0500 |
commit | ae6f94f8a910b91433a5133a96bfaae40ee34b4c (patch) | |
tree | 4de4192d30a02e80d14f0535ffd5e8fc74077958 /Makefile | |
parent | f86cc376d4c8792be7364b8a718928b3ab2caacb (diff) | |
download | vyos-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-- | Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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: |