Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1241952
| From | Michael Ellerman <mpe@ellerman.id.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] kselftest: add kselftest-clean rule |
| Date | 2015-10-08 06:00 +0200 |
| Message-ID | <qhax4-en-1@gated-at.bofh.it> (permalink) |
| References | <qf9lM-5Mt-19@gated-at.bofh.it> <qh9rj-7aQ-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, 2015-10-08 at 02:41 +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" kselftest-clean > > can clean all kselftest generated files. > > Signed-off-by: Wang Long <long.wanglong@huawei.com> > --- > Makefile | 4 ++++ > 1 file changed, 4 insertions(+) Thanks that's much neater. Acked-by: Michael Ellerman <mpe@ellerman.id.au> cheers -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2] kselftest: add kselftest-clean rule Wang Long <long.wanglong@huawei.com> - 2015-10-08 04:50 +0200
Re: [PATCH v2] kselftest: add kselftest-clean rule Michael Ellerman <mpe@ellerman.id.au> - 2015-10-08 06:00 +0200
Re: [PATCH v2] kselftest: add kselftest-clean rule Michal Marek <mmarek@suse.cz> - 2015-10-08 14:30 +0200
Re: [PATCH v2] kselftest: add kselftest-clean rule Shuah Khan <shuahkh@osg.samsung.com> - 2015-10-08 15:30 +0200
csiph-web