From 8964d2aaf758962704214fb4325b45c0c11134fa Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 8 Sep 2017 00:50:23 +0200 Subject: Fix handling of tag and multi nodes in the convertor. Ugly fixup in the makefile to delete generated node.def's that are now in other packages. Adjust the cron interface definition to better match the old templates. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2c7b28c56..3da3a369f 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,9 @@ TMPL_DIR := templates interface_definitions: find $(CURDIR)/interface-definitions/ -type f | xargs -I {} $(CURDIR)/scripts/build-command-templates {} $(CURDIR)/schema/interface_definition.rng $(TMPL_DIR) + # XXX: delete top level node.def's that now live in other packages + rm $(TMPL_DIR)/system/node.def + .PHONY: all all: interface_definitions -- cgit v1.2.3