You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Ilya M. Slepnev (JIRA)" <ji...@apache.org> on 2007/05/22 05:41:16 UTC

[jira] Created: (HADOOP-1410) target "clean" in Makefile is very dangerous

target "clean" in Makefile is very dangerous
--------------------------------------------

                 Key: HADOOP-1410
                 URL: https://issues.apache.org/jira/browse/HADOOP-1410
             Project: Hadoop
          Issue Type: Improvement
          Components: libhdfs
            Reporter: Ilya M. Slepnev


clean:
	$(RM) $(LIBHDFS_BUILD_DIR)/* 

People can execute "make clean" and forget to export LIBHDFS_BUILD_DIR. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HADOOP-1410) target "clean" in Makefile is very dangerous

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy reassigned HADOOP-1410:
-------------------------------------

    Assignee: Arun C Murthy

> target "clean" in Makefile is very dangerous
> --------------------------------------------
>
>                 Key: HADOOP-1410
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1410
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: libhdfs
>            Reporter: Ilya M. Slepnev
>         Assigned To: Arun C Murthy
>
> clean:
> 	$(RM) $(LIBHDFS_BUILD_DIR)/* 
> People can execute "make clean" and forget to export LIBHDFS_BUILD_DIR. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-1410) target "clean" in Makefile is very dangerous

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497947 ] 

Owen O'Malley commented on HADOOP-1410:
---------------------------------------

I think that we should move the libhdfs to use automake/autoconf like I did with the src/c++/pipes code. Does that sound reasonable?

> target "clean" in Makefile is very dangerous
> --------------------------------------------
>
>                 Key: HADOOP-1410
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1410
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: libhdfs
>            Reporter: Ilya M. Slepnev
>
> clean:
> 	$(RM) $(LIBHDFS_BUILD_DIR)/* 
> People can execute "make clean" and forget to export LIBHDFS_BUILD_DIR. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-1410) target "clean" in Makefile is very dangerous

Posted by "Ilya M. Slepnev (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498126 ] 

Ilya M. Slepnev commented on HADOOP-1410:
-----------------------------------------

Yes, that sounds reasonable, and is one way of solving problem, IMHO.



> target "clean" in Makefile is very dangerous
> --------------------------------------------
>
>                 Key: HADOOP-1410
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1410
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: libhdfs
>            Reporter: Ilya M. Slepnev
>
> clean:
> 	$(RM) $(LIBHDFS_BUILD_DIR)/* 
> People can execute "make clean" and forget to export LIBHDFS_BUILD_DIR. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.