From 7793a14ab682a9b48f799fd4506cbf7ca44bd450 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 7 Jun 2020 20:50:33 +0200 Subject: Makefile: remove new XML implementations for bgp, rip, isis Commit 886a986a122e ("isis: T2495: exclude generated nodes from package") missed calling rm -rf, instead only rm -f was called leaving the directory intact. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5d05bac3f..77ac03a82 100644 --- a/Makefile +++ b/Makefile @@ -72,9 +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 - rm -f $(TMPL_DIR)/protocols/nbgp - rm -f $(TMPL_DIR)/protocols/nrip - rm -f $(TMPL_DIR)/protocols/isis + rm -rf $(TMPL_DIR)/protocols/nbgp + rm -rf $(TMPL_DIR)/protocols/nrip + rm -rf $(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