-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68749/
-----------------------------------------------------------
Review request for mesos, Benjamin Bannier, Joseph Wu, and Vinod Kone.
Bugs: MESOS-9240
https://issues.apache.org/jira/browse/MESOS-9240
Repository: mesos
Description
-------
Generating the CSI protobufs depends on the `$(builddir)/include/csi`
directory being created at configuration time. This only happens
when automake build dependencies are enabled, however. In some
distributions, rpmbuild will pass `--disable-dependency-tracking`,
which will disable automake dependency tracking and prevent this
directory being created. The fix is to simply ensure the CSI protobuf
generation rules create the output directory is necessary.
Diffs
-----
Makefile.am 25028a949b9a3420bf3a379d65bcbae8e028aeaa
src/Makefile.am b0d63e2feef4bbbb186443ff9620a96473799a9f
Diff: https://reviews.apache.org/r/68749/diff/1/
Testing
-------
Verified that `./support/docker-build.sh` fails after updating
`AM_DISTCHECK_CONFIGURE_FLAGS` and then succeeds.
Thanks,
James Peach