Re: [PATCH] kbuild: use ARCH from compile.h in unclean source tree msg

2025-05-07 Thread Shuah Khan
On 5/7/25 16:21, Shuah Khan wrote: On 5/7/25 01:23, Masahiro Yamada wrote: On Wed, May 7, 2025 at 7:07 AM Shuah Khan wrote: On 5/6/25 05:12, Nicolas Schier wrote: On Fri, 02 May 2025, Shuah Khan wrote: When make finds the source tree unclean, it prints a message to run "make ARCH=x86_64 mr

Re: [PATCH] kbuild: use ARCH from compile.h in unclean source tree msg

2025-05-07 Thread Shuah Khan
On 5/7/25 01:23, Masahiro Yamada wrote: On Wed, May 7, 2025 at 7:07 AM Shuah Khan wrote: On 5/6/25 05:12, Nicolas Schier wrote: On Fri, 02 May 2025, Shuah Khan wrote: When make finds the source tree unclean, it prints a message to run "make ARCH=x86_64 mrproper" message using the ARCH from

Re: [PATCH] kbuild: use ARCH from compile.h in unclean source tree msg

2025-05-07 Thread Masahiro Yamada
On Wed, May 7, 2025 at 7:07 AM Shuah Khan wrote: > > On 5/6/25 05:12, Nicolas Schier wrote: > > On Fri, 02 May 2025, Shuah Khan wrote: > > > >> When make finds the source tree unclean, it prints a message to run > >> "make ARCH=x86_64 mrproper" message using the ARCH from the command > >> line. Th

Re: [PATCH] kbuild: use ARCH from compile.h in unclean source tree msg

2025-05-07 Thread Masahiro Yamada
On Wed, May 7, 2025 at 7:07 AM Shuah Khan wrote: > > On 5/6/25 05:12, Nicolas Schier wrote: > > On Fri, 02 May 2025, Shuah Khan wrote: > > > >> When make finds the source tree unclean, it prints a message to run > >> "make ARCH=x86_64 mrproper" message using the ARCH from the command > >> line. Th

Re: [PATCH] kbuild: use ARCH from compile.h in unclean source tree msg

2025-05-06 Thread Shuah Khan
On 5/6/25 16:07, Shuah Khan wrote: On 5/6/25 05:12, Nicolas Schier wrote: On Fri, 02 May 2025, Shuah Khan wrote: When make finds the source tree unclean, it prints a message to run "make ARCH=x86_64 mrproper" message using the ARCH from the command line. The ARCH specified in the command line

Re: [PATCH] kbuild: use ARCH from compile.h in unclean source tree msg

2025-05-06 Thread Shuah Khan
On 5/6/25 05:12, Nicolas Schier wrote: On Fri, 02 May 2025, Shuah Khan wrote: When make finds the source tree unclean, it prints a message to run "make ARCH=x86_64 mrproper" message using the ARCH from the command line. The ARCH specified in the command line could be different from the ARCH of

Re: [PATCH] kbuild: use ARCH from compile.h in unclean source tree msg

2025-05-06 Thread Nicolas Schier
On Fri, 02 May 2025, Shuah Khan wrote: > When make finds the source tree unclean, it prints a message to run > "make ARCH=x86_64 mrproper" message using the ARCH from the command > line. The ARCH specified in the command line could be different from > the ARCH of the existing build in the source t

Re: [PATCH] kbuild: use ARCH from compile.h in unclean source tree msg

2025-05-04 Thread David Gow
On Sat, 3 May 2025 at 01:25, Shuah Khan wrote: > > When make finds the source tree unclean, it prints a message to run > "make ARCH=x86_64 mrproper" message using the ARCH from the command > line. The ARCH specified in the command line could be different from > the ARCH of the existing build in th

[PATCH] kbuild: use ARCH from compile.h in unclean source tree msg

2025-05-02 Thread Shuah Khan
When make finds the source tree unclean, it prints a message to run "make ARCH=x86_64 mrproper" message using the ARCH from the command line. The ARCH specified in the command line could be different from the ARCH of the existing build in the source tree. This could cause problems in regular kerne