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

[email protected] commented on MESOS-120:
-----------------------------------------------------



bq.  On 2012-01-24 21:23:29, Benjamin Hindman wrote:
bq.  > src/Makefile.am, line 387
bq.  > <https://reviews.apache.org/r/3587/diff/1/?file=70255#file70255line387>
bq.  >
bq.  >     If we don't build with java, does 'make clean' complain if these 
don't exist? What's the cons to sticking all the clean stuff (including the 
clean-java/clean-python) targets within 'if HAS_JAVA' (or 'if HAS_PYTHON')?
bq.  
bq.  Charles Reiss wrote:
bq.      make clean needs to work even if you didn't build, so it shouldn't.

If we need 'clean-java' to be outside of the 'if HAS_JAVA' block, then I think 
it should be at the bottom of that block to make it easier to understand. 
Likewise, we can put CLEANFILES for MESOS_JAR and EXAMPLES_JAR inside the if 
HAS_JAVA block next to their targets (in fact, I think MESOS_JAR was already 
there, but not by itself). Likewise, I'd like to move the clean-python one too.


bq.  On 2012-01-24 21:23:29, Benjamin Hindman wrote:
bq.  > src/Makefile.am, line 508
bq.  > <https://reviews.apache.org/r/3587/diff/1/?file=70255#file70255line508>
bq.  >
bq.  >     Why is this needed?
bq.  
bq.  Charles Reiss wrote:
bq.      The distribution will tar most things up without write permission set. 
cp -pf will preserve this, so python/native will contain many read-only files.

Gotcha, thanks.


bq.  On 2012-01-24 21:23:29, Benjamin Hindman wrote:
bq.  > src/Makefile.am, line 677
bq.  > <https://reviews.apache.org/r/3587/diff/1/?file=70255#file70255line677>
bq.  >
bq.  >     Does 'make check' create the test_output directory?
bq.  
bq.  Charles Reiss wrote:
bq.      The external tests create it somehow, I don't know the exact mechanism 
offhand.

Right.


- Benjamin


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3587/#review4561
-----------------------------------------------------------


On 2012-01-23 03:33:37, Charles Reiss wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/3587/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2012-01-23 03:33:37)
bq.  
bq.  
bq.  Review request for mesos.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  'make clean' is currently missing a few generated files; this adds them.
bq.  
bq.  Also makes mesos_pb2.py be generated directly in python/src instead of 
being copied there.
bq.  
bq.  Part of MESOS-120 because this is necessary for 'make distcheck' to pass.
bq.  
bq.  
bq.  This addresses bug MESOS-120.
bq.      https://issues.apache.org/jira/browse/MESOS-120
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    src/Makefile.am b8fc58e 
bq.  
bq.  Diff: https://reviews.apache.org/r/3587/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Charles
bq.  
bq.


                
> Get 'make dist' working correctly
> ---------------------------------
>
>                 Key: MESOS-120
>                 URL: https://issues.apache.org/jira/browse/MESOS-120
>             Project: Mesos
>          Issue Type: Sub-task
>            Reporter: Benjamin Hindman
>            Assignee: Charles Reiss
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to