You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Benno Evers <be...@mesosphere.com> on 2017/12/21 15:56:37 UTC

Review Request 64777: Modified the autotools build for multiple patch files.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64777/
-----------------------------------------------------------

Review request for mesos, Alexander Rukletsov and Benjamin Bannier.


Repository: mesos


Description
-------

Previously, the make rules assumed that there is at most
one patch file per dependencies, whose name follows the
pattern $(dependency-name)-$(version).patch

This was changed to allow specifying any number of files
to be applied to the source tree after unpacking the
archive.


Diffs
-----

  3rdparty/Makefile.am 805c6e534555ca3ff4320d4cdb6bfb64a36c5600 


Diff: https://reviews.apache.org/r/64777/diff/1/


Testing
-------


Thanks,

Benno Evers