You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jp...@apache.org on 2017/09/07 05:35:16 UTC

[6/6] mesos git commit: Revert "Removed core file during distclean.".

Revert "Removed core file during distclean.".

This reverts commit fcf8618be59ada6d1607696b13bc362bf7e85b0b.

As we have fixed coredumps caused by passing an invalid path to
executable to `subprocess` (see https://reviews.apache.org/r/61799),
invocation of `perf` command, which isn't installed,
won't cause coredumps.

Review: https://reviews.apache.org/r/62061/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2d379fba
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2d379fba
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2d379fba

Branch: refs/heads/master
Commit: 2d379fba47bc95573c89a54018384f83083db8d6
Parents: 905c758
Author: Andrei Budnik <ab...@mesosphere.com>
Authored: Wed Sep 6 22:02:32 2017 -0700
Committer: James Peach <jp...@apache.org>
Committed: Wed Sep 6 22:02:32 2017 -0700

----------------------------------------------------------------------
 src/Makefile.am | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/2d379fba/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index a4f2ee0..93ed2bf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2661,11 +2661,6 @@ uninstall-hook:
 check-local: tests
 	$(TEST_DRIVER) ./mesos-tests
 
-# We use distclean-local to remove core file left by sefgaulting perf. This can
-# be removed once (MESOS-7160) has been fixed.
-distclean-local:
-	-rm -f core
-
 if INSTALL_TESTS
 # If we enabled test installation, we can run the tests from the
 # installation tree.