summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-06-07 20:50:33 +0200
committerChristian Poessinger <christian@poessinger.com>2020-06-07 20:50:33 +0200
commit7793a14ab682a9b48f799fd4506cbf7ca44bd450 (patch)
tree19b45b99976534413fd88964095ebdb416457fd5 /Makefile
parent6179a89fd4c14acfac478c9770263fcf7f3ce246 (diff)
downloadvyos-1x-7793a14ab682a9b48f799fd4506cbf7ca44bd450.tar.gz
vyos-1x-7793a14ab682a9b48f799fd4506cbf7ca44bd450.zip
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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