diff options
author | John Estabrook <jestabro@vyos.io> | 2021-08-19 11:41:00 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2021-08-19 14:31:48 -0500 |
commit | 9ac5e1c8479049ae63747db36f4a0ef13ce6bc01 (patch) | |
tree | df191b7ef40f9287b9436a0bdb7bae857ff90304 /Makefile | |
parent | 3866ada47728b2845d82b93a3e78d9229ba07999 (diff) | |
download | vyos-1x-9ac5e1c8479049ae63747db36f4a0ef13ce6bc01.tar.gz vyos-1x-9ac5e1c8479049ae63747db36f4a0ef13ce6bc01.zip |
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
@@ -63,11 +63,6 @@ op_mode_definitions: $(op_xml_obj) # could mask help strings or mandatory priority statements #find $(OP_TMPL_DIR) -name node.def -type f -empty -exec false {} + || sh -c 'echo "There are empty node.def files! Check your interface definitions." && exit 1' -.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) @@ -77,7 +72,7 @@ vyxdp: $(MAKE) -C $(XDP_DIR) .PHONY: all -all: clean interface_definitions op_mode_definitions component_versions vyshim +all: clean interface_definitions op_mode_definitions vyshim .PHONY: clean clean: |