summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDmytro Aleksandrov <alkersan@gmail.com>2018-08-21 08:39:16 +0300
committerDmytro Aleksandrov <alkersan@gmail.com>2018-08-23 16:59:13 +0300
commit549899e1f155a1d8816ea6b5b3dc130d5ca7b037 (patch)
tree7932c4718c28876ccce1ff9c5e61bd181956d662 /Makefile
parentd67c3a7b9b3fcb1e79d2cee61627ed869847673f (diff)
downloadvyos-1x-549899e1f155a1d8816ea6b5b3dc130d5ca7b037.tar.gz
vyos-1x-549899e1f155a1d8816ea6b5b3dc130d5ca7b037.zip
T689: Moved clear console and reset terminal ops from vyatta-op
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 70101181d..6a3596875 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ op_mode_definitions:
find $(CURDIR)/op-mode-definitions/ -type f -name "*.xml" | xargs -I {} $(CURDIR)/scripts/build-command-op-templates {} $(CURDIR)/schema/op-mode-definition.rng $(OP_TMPL_DIR) || exit 1
# XXX: delete top level op mode node.def's that now live in other packages
+ rm -f $(OP_TMPL_DIR)/clear/node.def
rm -f $(OP_TMPL_DIR)/set/node.def
rm -f $(OP_TMPL_DIR)/show/node.def
rm -f $(OP_TMPL_DIR)/reset/node.def