From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754563AbbKLORP (ORCPT ); Thu, 12 Nov 2015 09:17:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36363 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753377AbbKLORN (ORCPT ); Thu, 12 Nov 2015 09:17:13 -0500 Date: Thu, 12 Nov 2015 12:17:14 -0200 From: Arnaldo Carvalho de Melo To: Kamal Mostafa Cc: linux-kernel@vger.kernel.org, Jiri Olsa , Pali =?iso-8859-1?Q?Roh=E1r?= , Roberta Dobrescu Subject: Re: [PATCH 1/2] tools: Actually install tmon in the install rule Message-ID: <20151112141714.GA2639@redhat.com> References: <1447280736-2161-1-git-send-email-kamal@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1447280736-2161-1-git-send-email-kamal@canonical.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.20 (2009-12-10) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, Nov 11, 2015 at 02:25:33PM -0800, Kamal Mostafa escreveu: > Signed-off-by: Kamal Mostafa > --- > tools/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied both patches. - Arnaldo