From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C57B8C433FE for ; Tue, 9 Nov 2021 20:28:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A222B6112F for ; Tue, 9 Nov 2021 20:28:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244313AbhKIUbM convert rfc822-to-8bit (ORCPT ); Tue, 9 Nov 2021 15:31:12 -0500 Received: from aposti.net ([89.234.176.197]:50676 "EHLO aposti.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243090AbhKIUbL (ORCPT ); Tue, 9 Nov 2021 15:31:11 -0500 Date: Tue, 09 Nov 2021 20:28:14 +0000 From: Paul Cercueil Subject: Re: [PATCH] mips: decompressor: do not copy source files while building To: Masahiro Yamada Cc: Thomas Bogendoerfer , BROADCOM NVRAM DRIVER , Alexander Lobakin , Arnd Bergmann , Xingxing Su , Linux Kernel Mailing List , zhaoxiao Message-Id: <2JNB2R.VS072C44UZD22@crapouillou.net> In-Reply-To: References: <20211105023815.85784-1-masahiroy@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Le mer., nov. 10 2021 at 01:57:28 +0900, Masahiro Yamada a écrit : > On Tue, Nov 9, 2021 at 9:10 PM Paul Cercueil > wrote: >> >> Hi Masahiro, >> >> Le ven., nov. 5 2021 at 11:38:14 +0900, Masahiro Yamada >> 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 Cheers, -Paul