You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Binglin Chang (JIRA)" <ji...@apache.org> on 2014/05/28 05:28:01 UTC

[jira] [Created] (HADOOP-10631) Native Hadoop Client: Add missing output in GenerateProtobufs.cmake

Binglin Chang created HADOOP-10631:
--------------------------------------

             Summary: Native Hadoop Client: Add missing output in GenerateProtobufs.cmake
                 Key: HADOOP-10631
                 URL: https://issues.apache.org/jira/browse/HADOOP-10631
             Project: Hadoop Common
          Issue Type: Sub-task
            Reporter: Binglin Chang
            Assignee: Binglin Chang
            Priority: Trivial


In GenerateProtobufs.cmake, pb-c.h.s files are not added to output, so when make clean is called, those files are not cleaned. 

{code}
         add_custom_command(
            OUTPUT ${PB_C_FILE} ${PB_H_FILE} ${CALL_C_FILE} ${CALL_H_FILE}
{code}




--
This message was sent by Atlassian JIRA
(v6.2#6252)