Re: [PATCH] mips: decompressor: do not copy source files while building

From: Paul Cercueil
Date: Tue Nov 09 2021 - 15:28:27 EST


Hi,

Le mer., nov. 10 2021 at 01:57:28 +0900, Masahiro Yamada <masahiroy@xxxxxxxxxx> a écrit :
On Tue, Nov 9, 2021 at 9:10 PM Paul Cercueil <paul@xxxxxxxxxxxxxxx> wrote:

Hi Masahiro,

Le ven., nov. 5 2021 at 11:38:14 +0900, Masahiro Yamada
<masahiroy@xxxxxxxxxx> a écrit :
> As commit 7ae4a78daacf ("ARM: 8969/1: decompressor: simplify libfdt
> builds") stated, copying source files during the build time may not
> end up with as clean code as expected.
>
> Do similar for mips to clean up the Makefile and .gitignore.

What did you base this patch on?

It does not apply cleanly here. It tries to create ashldi3.c and
bswapsi.c, which already exist.


Please remove them manually
before 'git am'.

That works. I thought these files were staged in git.

Tested-by: Paul Cercueil <paul@xxxxxxxxxxxxxxx>

Cheers,
-Paul