diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2019-11-13 12:32:28 -0500 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2019-11-13 17:45:24 +0000 |
commit | ed32c6391fb4e1f61188f5af53514f94113e7b9f (patch) | |
tree | c0e62c9df65710fcb665940536045bd485d5459b /Makefile | |
parent | 318fbfe89d4143824cec1ed81f9f7fbcddc21639 (diff) |
build: Revert "build: fix make checkstyle"
This reverts commit 069e2a734cf75f4d151efe49d1efc51bc82cedb2.
Reason for revert: The vpp-verify-checkstyle-master build executor now
runs 'make install-dep'
Type: fix
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: I2ab6bee642b7ed631d2aa06203c76c3d0ca01c9e
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -559,7 +559,7 @@ cscope: cscope.files checkstyle: @build-root/scripts/checkstyle.sh - #yamllint $(WS_ROOT)/src + yamllint $(WS_ROOT)/src fixstyle: @build-root/scripts/checkstyle.sh --fix |