From 9ac5e1c8479049ae63747db36f4a0ef13ce6bc01 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Thu, 19 Aug 2021 11:41:00 -0500 Subject: Revert "xml: T1962: Add script to process syntaxVersion tags during build" This reverts commit 0ecc2c26f7ac939e4e23c14f5027ac7592c25761. --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c8f6ac7c9..0aa35d17d 100644 --- a/Makefile +++ b/Makefile @@ -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: -- cgit v1.2.3