From 886a986a122ee0a502c863dd34fa883694fb8fc2 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 6 Jun 2020 00:39:40 +0200 Subject: isis: T2495: exclude generated nodes from package Python developers can just comment the line. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 66fcb55ad..5d05bac3f 100644 --- a/Makefile +++ b/Makefile @@ -72,8 +72,9 @@ interface_definitions: $(BUILD_DIR) $(obj) rm -f $(TMPL_DIR)/interfaces/wireless/node.tag/vif/node.tag/ipv6/node.def rm -f $(TMPL_DIR)/interfaces/wirelessmodem/node.tag/ipv6/node.def rm -f $(TMPL_DIR)/protocols/node.def - mv $(TMPL_DIR)/protocols/nbgp $(TMPL_DIR)/protocols/.nbgp - mv $(TMPL_DIR)/protocols/nrip $(TMPL_DIR)/protocols/.nrip + rm -f $(TMPL_DIR)/protocols/nbgp + rm -f $(TMPL_DIR)/protocols/nrip + rm -f $(TMPL_DIR)/protocols/isis rm -f $(TMPL_DIR)/protocols/static/node.def rm -f $(TMPL_DIR)/system/node.def rm -f $(TMPL_DIR)/vpn/node.def -- cgit v1.2.3