-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36625/
-----------------------------------------------------------
(Updated July 21, 2015, 11:10 a.m.)
Review request for mesos, Artem Harutyunyan, Alex Clemmer, and Joris Van
Remoortere.
Changes
-------
Add modifications to Makefile.am. Style changes.
Bugs: MESOS-3101
https://issues.apache.org/jira/browse/MESOS-3101
Repository: mesos
Description
-------
To avoid having `#if defined(_WIN32)` all over the code.
This first patch is to establish a pattern in splitting up the headers.
Diffs (updated)
-----
3rdparty/libprocess/3rdparty/stout/include/Makefile.am
2394b95462182273464f0847f416ad83c3b64485
3rdparty/libprocess/3rdparty/stout/include/stout/abort.hpp
3aa9487bed2df038ca27a8bb94c24608ca7910a4
3rdparty/libprocess/3rdparty/stout/include/stout/linux/abort.hpp PRE-CREATION
3rdparty/libprocess/3rdparty/stout/include/stout/windows/abort.hpp
PRE-CREATION
Diff: https://reviews.apache.org/r/36625/diff/
Testing
-------
`make` and `make check`
Thanks,
Joseph Wu