Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1637409
| From | Michael Ellerman <mpe@ellerman.id.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] powerpc: fix distclean with Makefile.postlink |
| Date | 2017-05-08 14:00 +0200 |
| Message-ID | <tEPuy-3tj-17@gated-at.bofh.it> (permalink) |
| References | <tEPuy-3tj-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Horia Geantă <horia.geanta@nxp.com> writes:
> Makefile.postlink always includes include/config/auto.conf, however
> this file is not present in a clean kernel tree, causing make to fail:
>
> arch/powerpc/Makefile.postlink:10: include/config/auto.conf: No such file or directory
> make[1]: *** No rule to make target `include/config/auto.conf'. Stop.
> make: *** [vmlinuxclean] Error 2
>
> Change the inclusion such that file not being found does not trigger
> an error.
>
> Fixes: f188d0524d7e ("powerpc: Use the new post-link pass to check relocations")
I can't reproduce this. What exact steps are you doing? And what version
of Make?
cheers
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH] powerpc: fix distclean with Makefile.postlink Michael Ellerman <mpe@ellerman.id.au> - 2017-05-08 14:00 +0200
Re: [PATCH] powerpc: fix distclean with Makefile.postlink Horia Geantă <horia.geanta@nxp.com> - 2017-05-08 16:00 +0200
Re: [PATCH] powerpc: fix distclean with Makefile.postlink Justin Forbes <jmforbes@linuxtx.org> - 2017-05-08 23:40 +0200
csiph-web