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

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


The following commit(s) were added to refs/heads/karthik/binaryout by this push:
     new ca7835b  remove package_dir from libunwind srcs
ca7835b is described below

commit ca7835b249c457db2c254e5d58fdfd7c9c795193
Author: Karthik Ramasamy <kart...@streaml.io>
AuthorDate: Sat Mar 31 20:19:14 2018 -0700

    remove package_dir from libunwind srcs
---
 third_party/libunwind/libunwind.BUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/third_party/libunwind/libunwind.BUILD 
b/third_party/libunwind/libunwind.BUILD
index 6432089..11dbbef 100644
--- a/third_party/libunwind/libunwind.BUILD
+++ b/third_party/libunwind/libunwind.BUILD
@@ -31,9 +31,9 @@ genrule(
         "mkdir -p $$TMP_DIR",
         "cp -R $$(pwd)/external/org_savannah_libunwind/* $$TMP_DIR",
         "cd $$TMP_DIR",
-        "patch -d " + package_dir + " -p1 < $$(SOURCE_DIR)/" + lzma_patch,
-        "patch -d " + package_dir + " -p0 < $$(SOURCE_DIR)/" + config_patch,
-        "patch -d " + package_dir + " -p0 < $$(SOURCE_DIR)/" + cache_patch,
+        "patch -p1 < $$(SOURCE_DIR)/" + lzma_patch,
+        "patch -p0 < $$(SOURCE_DIR)/" + config_patch,
+        "patch -p0 < $$(SOURCE_DIR)/" + cache_patch,
         "./configure --prefix=$$INSTALL_DIR --enable-shared=no 
--disable-minidebuginfo",
         "make install",
         "rm -rf $$TMP_DIR",

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

Reply via email to