From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752826AbbJHChi (ORCPT ); Wed, 7 Oct 2015 22:37:38 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:22086 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752415AbbJHChh (ORCPT ); Wed, 7 Oct 2015 22:37:37 -0400 Message-ID: <5615D6D8.8040208@huawei.com> Date: Thu, 8 Oct 2015 10:37:12 +0800 From: "long.wanglong" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: Shuah Khan CC: Michael Ellerman , , , , , Subject: Re: [PATCH] kselftest: add cleankselftest rule References: <1443000818-118964-1-git-send-email-long.wanglong@huawei.com> <1443662245.30258.4.camel@ellerman.id.au> <560E9242.9000402@osg.samsung.com> In-Reply-To: <560E9242.9000402@osg.samsung.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.111.152.157] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015/10/2 22:18, Shuah Khan wrote: > On 09/30/2015 07:17 PM, Michael Ellerman wrote: >> On Wed, 2015-09-23 at 09:33 +0000, Wang Long wrote: >>> We use >>> >>> $make TARGETS="size timers" kselftest >>> >>> to build and run selftests. but there is no rule >>> for us to clean the kselftest generated files. >>> >>> This patch add the rules, for example: >>> >>> $ make TARGETS="size timers" cleankselftest >> >> I think 'kselftest-clean' would be neater. >> >> That way all the kselftests targets start with 'kselftest'. >> > > Good suggestion. Wang! Could you please send me updated patch > with this suggested change. OK. Since the National Day holiday, I am sorry so late reply. I will send the updated patch. Thanks. > > thanks, > -- Shuah > >