----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40214/ -----------------------------------------------------------
Review request for mesos, Benjamin Hindman, Ben Mahler, and Vinod Kone. Repository: mesos Description ------- Cleaned up protobuf generation rules in src/Makefile.am. Probobuf generation rules in src/Makefile.am is a mess. As we introduce more and more protobuf files in the code base, this will soon become unmaintainable. This is the first phase of the clean up. The next step is to consolidate all the protobuf generation rules (instead of copy and paste). Diffs ----- src/Makefile.am d40378f8dc85a3b98d826e6516e17c05cd7ce174 Diff: https://reviews.apache.org/r/40214/diff/ Testing ------- ./configure make check make install Thanks, Jie Yu
