[
https://issues.apache.org/jira/browse/MESOS-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13192540#comment-13192540
]
[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')?
make clean needs to work even if you didn't build, so it shouldn't.
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?
The external tests create it somehow, I don't know the exact mechanism offhand.
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?
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.
- Charles
-----------------------------------------------------------
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