This is an automated email from the ASF dual-hosted git repository.

nicknezis pushed a commit to branch nicknezis/bazel-2
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit f891e9c5d13744ee519f8df04c245cf1659a93d2
Author: Nicholas Nezis <[email protected]>
AuthorDate: Wed Jan 29 00:08:42 2020 -0500

    Adding rest of cppcheck files
---
 third_party/cppcheck/cppcheck.BUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/third_party/cppcheck/cppcheck.BUILD 
b/third_party/cppcheck/cppcheck.BUILD
index 3e08a8c..a7099a7 100644
--- a/third_party/cppcheck/cppcheck.BUILD
+++ b/third_party/cppcheck/cppcheck.BUILD
@@ -7,7 +7,7 @@ install_script = "\n".join([
     "make MATCHCOMPILER=yes CFGDIR=cfg CXXFLAGS='-O2 -DNDEBUG -Wall 
-Wno-sign-compare -Wno-unused-function'",
     "cd ../..",
     "rm -rf ../../$(@D)/*",
-    "cp -R ./external/com_github_danmar_cppcheck/cppcheck $(@)",
+    "cp -R ./external/com_github_danmar_cppcheck/* $(@D)",
 ])
 
 genrule(

Reply via email to