diff options
author | Damjan Marion <damarion@cisco.com> | 2018-08-24 13:37:45 +0200 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2018-09-02 11:24:12 +0200 |
commit | 855e26868ff8b9e6d00ca4d69ce6c9fdc0f2e121 (patch) | |
tree | 84668d629d4bee4244d446dec7c94154211c65b5 /build-data/platforms.mk | |
parent | edc4387602eb935c6e1702a713f0a5665c12d467 (diff) |
Switch to cmake
Change-Id: I982b69390c55b5ffbd744f355efc0aaf425b360c
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build-data/platforms.mk')
-rw-r--r-- | build-data/platforms.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build-data/platforms.mk b/build-data/platforms.mk index a8bd44ee15b..fafddc64a0d 100644 --- a/build-data/platforms.mk +++ b/build-data/platforms.mk @@ -71,10 +71,6 @@ install-deb: $(patsubst %,%-find-source,$(ROOT_PACKAGES)) echo ../../src/scripts/vppctl_completion /etc/bash_completion.d \ >> deb/debian/vpp.install ; \ \ - : move dictionary of vppctl commands ; \ - echo ../../src/scripts/vppctl-cmd-list /usr/share/vpp \ - >> deb/debian/vpp.install ; \ - \ : add log directory ; \ echo /var/log/vpp/ \ >> deb/debian/vpp.dirs ; \ |