Updated Branches: refs/heads/master 1d7dab831 -> 67e39711f
Fixed make dist-bzip2 by removing DISCLAIMER in Makefile.am. Review: https://reviews.apache.org/r/17810 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c53dae92 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c53dae92 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/c53dae92 Branch: refs/heads/master Commit: c53dae926f1041254658b4704fef9bdd1bb3aeeb Parents: 1d7dab8 Author: Cong Wang <[email protected]> Authored: Fri Feb 7 16:54:35 2014 -0800 Committer: Benjamin Mahler <[email protected]> Committed: Fri Feb 7 16:54:35 2014 -0800 ---------------------------------------------------------------------- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/c53dae92/Makefile.am ---------------------------------------------------------------------- diff --git a/Makefile.am b/Makefile.am index 685bd68..bb96565 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ all-recursive: src/python/setup.py src/java/mesos.pom # Standard stuff. -EXTRA_DIST += bootstrap DISCLAIMER LICENSE NOTICE README.md \ +EXTRA_DIST += bootstrap LICENSE NOTICE README.md \ support/atexit.sh support/colors.sh
