diff options
author | Christian Breunig <christian@breunig.cc> | 2023-04-13 09:08:10 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-04-13 09:08:10 +0200 |
commit | 78d846824df05682f63c2dc7d894aa501ed9f63f (patch) | |
tree | 7baa49205ca6f2ec8b1a9640f4e5ee40fed22a23 /Makefile | |
parent | 477f00bd7d9592f272c11ddf5863157afd6a339a (diff) | |
download | vyos-1x-78d846824df05682f63c2dc7d894aa501ed9f63f.tar.gz vyos-1x-78d846824df05682f63c2dc7d894aa501ed9f63f.zip |
xml: T5137: fix empty node.def files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ op_mode_definitions: $(op_xml_obj) rm -f $(OP_TMPL_DIR)/set/node.def rm -f $(OP_TMPL_DIR)/show/node.def rm -f $(OP_TMPL_DIR)/show/system/node.def + rm -f $(OP_TMPL_DIR)/show/tech-support/node.def # XXX: ping and traceroute must be able to recursivly call itself as the # options are provided from the script itself |