diff options
author | Damjan Marion <damarion@cisco.com> | 2017-01-10 10:39:21 +0100 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-01-10 09:40:45 +0000 |
commit | 6bbf83a01b813b3d50b27ab9001d25cae5c4592a (patch) | |
tree | 0d7c64c55966b1f32ad166768aa5eedff7fbe4fb /build-data | |
parent | 842b9c59cc21b3e2917aaa25069fb15addf976f1 (diff) |
Revert "vppctl: bash completion for vppctl commands"
This patch is causing build failures
This reverts commit d995c757f05f78aa759b0a65c0a7e38088e690a9.
Change-Id: I0c8d5a4208135d77aaa3a6a470d26140f7b74733
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build-data')
-rw-r--r-- | build-data/platforms.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build-data/platforms.mk b/build-data/platforms.mk index 111a45dcd7a..e192155ba5a 100644 --- a/build-data/platforms.mk +++ b/build-data/platforms.mk @@ -73,14 +73,6 @@ install-deb: $(patsubst %,%-find-source,$(ROOT_PACKAGES)) \ : and sysctl config ; \ echo ../../src/vpp/conf/80-vpp.conf /etc/sysctl.d \ - >> deb/debian/vpp.install ; \ - \ - : bash completion for vppctl ; \ - echo ../../src/scripts/vppctl_completion /etc/bash_completion.d \ - >> deb/debian/vpp.install ; \ - \ - : move dictionary of vppctl commands ; \ - echo ../docs/siphon_docs/clicmd.itemlist /usr/share/vpp \ >> deb/debian/vpp.install ; \ \ : dev package needs a couple of additions ; \ |