Jie Yu created MESOS-1229:
-----------------------------
Summary: "make" should fail when 3rdparty library patches are not
found
Key: MESOS-1229
URL: https://issues.apache.org/jira/browse/MESOS-1229
Project: Mesos
Issue Type: Bug
Reporter: Jie Yu
Currently, "make" will proceed even if some 3rdparty patches are not found
(e.g., libev-4.15.patch).
{noformat}
%-stamp: %.tar.gz
gzip -d -c $^ | tar xf -
test ! -e $(srcdir)/$*.patch || patch -d $* -p1 <$(srcdir)/$*.patch
touch $@
{noformat}
This could cause some bugs that are extremely hard to debug. For example,
someone do "rsync" to build mesos on a remote machine and somehow exclude all
"*.patch" during rsync.
--
This message was sent by Atlassian JIRA
(v6.2#6252)