You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ka...@apache.org on 2018/04/03 07:42:19 UTC

[incubator-heron] branch karthik/libunwind-makeinstall updated: Added simple easy fix

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

karthikz pushed a commit to branch karthik/libunwind-makeinstall
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/karthik/libunwind-makeinstall by this push:
     new df5967b  Added simple easy fix
df5967b is described below

commit df5967b55ff8382df5a5aad9eb2136dd41e70bc0
Author: Karthik Ramasamy <ka...@streaml.io>
AuthorDate: Tue Apr 3 00:41:55 2018 -0700

    Added simple easy fix
---
 third_party/libunwind/libunwind.BUILD | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/third_party/libunwind/libunwind.BUILD b/third_party/libunwind/libunwind.BUILD
index 395473a..bc25c71 100644
--- a/third_party/libunwind/libunwind.BUILD
+++ b/third_party/libunwind/libunwind.BUILD
@@ -47,12 +47,7 @@ genrule(
         "patch -p0 < $$SOURCE_DIR/$(location @org_apache_heron//third_party/libunwind:libunwind-1.1-config.patch)",
         "patch -p0 < $$SOURCE_DIR/$(location @org_apache_heron//third_party/libunwind:libunwind-1.1-cache.patch)",
         "./configure --prefix=$$INSTALL_DIR --enable-shared=no --disable-minidebuginfo",
-        "make",
-        "mkdir -p $$INSTALL_DIR/include $$INSTALL_DIR/lib",
-        "cp include/libunwind-common.h include/libunwind-coredump.h include/libunwind-dynamic.h $$INSTALL_DIR/include",
-        "cp include/libunwind.h include/libunwind-ptrace.h include/libunwind-x86_64.h include/unwind.h $$INSTALL_DIR/include",
-        "cp src/.libs/libunwind.a src/.libs/libunwind-coredump.a src/.libs/libunwind-ptrace.a $$INSTALL_DIR/lib",
-        "cp src/.libs/libunwind-setjmp.a src/.libs/libunwind-x86_64.a $$INSTALL_DIR/lib",
+        'make install SUBDIRS="src tests"',
         "rm -rf $$TMP_DIR",
     ]),
 )

-- 
To stop receiving notification emails like this one, please contact
karthikz@apache.org.