You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2016/12/23 00:46:58 UTC

[jira] [Commented] (HBASE-15905) Makefile build env incorrectly links in tests

    [ https://issues.apache.org/jira/browse/HBASE-15905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15771501#comment-15771501 ] 

Enis Soztutar commented on HBASE-15905:
---------------------------------------

[~sudeeps] the patch looks good. 

Why are we not removing the lib artifacts in {{make clean}} 
{code}
-	@rm -rf $(DEBUG_BUILD_DIR) $(RELEASE_BUILD_DIR) $(LIB_RELEASE) $(LIB_DEBUG) $(ARC_RELEASE) $(ARC_DEBUG) docs buck-out build
+	@rm -rf docs buck-out build
{code}

> Makefile build env incorrectly links in tests
> ---------------------------------------------
>
>                 Key: HBASE-15905
>                 URL: https://issues.apache.org/jira/browse/HBASE-15905
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Elliott Clark
>            Assignee: Priyadharshini karthikeyan
>         Attachments: HBASE-15905.HBASE-14850.v1.patch, HBASE-15905.HBASE-14850.v2.patch, HBASE-15905.HBASE-14850.v3.patch
>
>
> Right now the makefile build system doesn't seem to do so well.
> * Tests are included in the lib
> * Documentation includes the protobuf dir
> * just running make on a clean check out fails.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)