----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25508/#review52919 -----------------------------------------------------------
Ship it! So for completeness the actual diff is not posted here b/c it is a binary blob re: comments, but was the result of the following: cd 3rdparty tar -xzf leveldb.tar.gz cd leveldb git archive --format=tar.gz --prefix=leveldb/ origin/master > leveldb.tar.gz mv leveldb.tar.gz ../ cd .. rm -rf leveldb then proceed to test the make mechanics as b4. git clean -xdf now removes the leveldb subdir. - Timothy St. Clair On Sept. 10, 2014, 4:30 p.m., Timothy St. Clair wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/25508/ > ----------------------------------------------------------- > > (Updated Sept. 10, 2014, 4:30 p.m.) > > > Review request for mesos, Jie Yu and Vinod Kone. > > > Bugs: MESOS-1764 > https://issues.apache.org/jira/browse/MESOS-1764 > > > Repository: mesos-git > > > Description > ------- > > Very minor change to allow git clean -xdf to remove the leveldb directory > > > Diffs > ----- > > 3rdparty/Makefile.am 7cf0c88 > > Diff: https://reviews.apache.org/r/25508/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Timothy St. Clair > >
