Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1580220
| From | Michael Ellerman <mpe@ellerman.id.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/5] selftests: Fix selftests build to just build, not run tests |
| Date | 2017-02-14 03:10 +0100 |
| Message-ID | <taAJ3-3JR-11@gated-at.bofh.it> (permalink) |
| References | <t8STL-4gx-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Michael Ellerman <mpe@ellerman.id.au> writes:
> In commit 88baa78d1f31 ("selftests: remove duplicated all and clean
> target"), the "all" target was removed from individual Makefiles and
> added to lib.mk.
>
> However the "all" target was added to lib.mk *after* the existing
> "runtests" target. This means "runtests" becomes the first (default)
> target for most of our Makefiles.
...
>
> Fix it by moving the "all" target to the start of lib.mk, making it the
> default target.
>
> Fixes: 88baa78d1f31 ("selftests: remove duplicated all and clean target")
> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Hi Shuah,
Can you please merge this series into linux-next?
The selftests are badly broken otherwise.
cheers
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/5] selftests: Fix selftests build to just build, not run tests Michael Ellerman <mpe@ellerman.id.au> - 2017-02-09 10:10 +0100
[PATCH 5/5] selftests/powerpc: Fix remaining fallout from recent changes Michael Ellerman <mpe@ellerman.id.au> - 2017-02-09 10:10 +0100
Re: [PATCH 1/5] selftests: Fix selftests build to just build, not run tests Michael Ellerman <mpe@ellerman.id.au> - 2017-02-14 03:10 +0100
Re: [PATCH 1/5] selftests: Fix selftests build to just build, not run tests Shuah Khan <shuahkh@osg.samsung.com> - 2017-02-14 17:20 +0100
Re: [PATCH 1/5] selftests: Fix selftests build to just build, not run tests Michael Ellerman <michael@ellerman.id.au> - 2017-02-14 21:40 +0100
Re: [PATCH 1/5] selftests: Fix selftests build to just build, not run tests Bamvor Zhang Jian <bamvor.zhangjian@linaro.org> - 2017-02-14 04:10 +0100
csiph-web