----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59297/#review175119 -----------------------------------------------------------
Patch looks great! Reviews applied: [59200, 59201, 59202, 59203, 59297] Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker-build.sh - Mesos Reviewbot On May 15, 2017, 10:43 p.m., Jeff Coffler wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/59297/ > ----------------------------------------------------------- > > (Updated May 15, 2017, 10:43 p.m.) > > > Review request for mesos, Andrew Schwartzmeyer, John Kordich, Joseph Wu, and > Li Li. > > > Bugs: MESOS-5938 > https://issues.apache.org/jira/browse/MESOS-5938 > > > Repository: mesos > > > Description > ------- > > Required since autotools includes .hpp files. > > > Diffs > ----- > > 3rdparty/stout/include/Makefile.am ea4341b2dccc3d73b9d347d29486ab4c8ff42217 > > > Diff: https://reviews.apache.org/r/59297/diff/1/ > > > Testing > ------- > > This was an autotools-specific problem, I didn't catch this right away since > my tests didn't build with autotools. > > Now they do: > > 1. Autotools built successfully (cmake -j6 distcheck), and > 2. Cmake built successfully (cmake -j6 check). > > I'll be careful to check autotools in the future, particularly when adding > files. > > Note that a few lines had line continution not lining up. I resolved those > for consistency with the rest of the file. > > > Thanks, > > Jeff Coffler > >
