You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by larham <gi...@git.apache.org> on 2017/12/04 21:54:48 UTC

[GitHub] incubator-hawq pull request #1319: Adapt to run Makefile in /bin/sh

GitHub user larham opened a pull request:

    https://github.com/apache/incubator-hawq/pull/1319

    Adapt to run Makefile in /bin/sh

    - Since each line of Makefile runs in its own shell, pushd and popd are not necessary
    - Also, pushd is not supported in /bin/sh, default shell in Ubuntu

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/goutamtadi1/incubator-hawq makefile_bourne_shell

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/1319.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1319
    
----
commit 6c086af20e83d0cf21a5d5879588cd1ce84c6201
Author: Goutam Tadi <gt...@pivotal.io>
Date:   2017-12-04T21:48:03Z

    Adapt to run Makefile in /bin/sh
    
    - Since each line of Makefile runs in its own shell, pushd and popd are not necessary
    - Also, pushd is not supported in /bin/sh, default shell in Ubuntu
    
    Signed-off-by: Larry Hamel <lh...@pivotal.io>

----


---

[GitHub] incubator-hawq issue #1319: HAWQ-1563. Adapt to run Makefile in /bin/sh

Posted by larham <gi...@git.apache.org>.
Github user larham commented on the issue:

    https://github.com/apache/incubator-hawq/pull/1319
  
    Alex pushed, thanks!


---

[GitHub] incubator-hawq issue #1319: HAWQ-1563. Adapt to run Makefile in /bin/sh

Posted by denalex <gi...@git.apache.org>.
Github user denalex commented on the issue:

    https://github.com/apache/incubator-hawq/pull/1319
  
    Committed: https://github.com/apache/incubator-hawq/commit/9578ab04c80d0d0cc1d93e8a8cde98f9e14b6e7d, closing PR


---

[GitHub] incubator-hawq pull request #1319: HAWQ-1563. Adapt to run Makefile in /bin/...

Posted by larham <gi...@git.apache.org>.
Github user larham closed the pull request at:

    https://github.com/apache/incubator-hawq/pull/1319


---