linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: A question about compiling Linux kernel
       [not found] <315b5e4a-43e7-f7af-f320-a5a3564127c6@alu.unizg.hr>
@ 2023-03-10  2:21 ` Bagas Sanjaya
  0 siblings, 0 replies; only message in thread
From: Bagas Sanjaya @ 2023-03-10  2:21 UTC (permalink / raw)
  To: Mirsad Goran Todorovac; +Cc: LKML, Linux Kernel Build System, Masahiro Yamada

On 3/10/23 04:22, Mirsad Goran Todorovac wrote:
> Hi Mr. Bagas,
> 
> If you can recall, you instructed me to use ccache, however with frequent rebuilds
> and especially bisects it would be better to recompile just the objects that have
> changed between the versions, rather than doing "make clean; make CC='ccache gcc'"
> 
> Is it safe to just do make CC='ccache gcc' and let make decide what to recompile?
> 

I have tried building a userspace application, for which the source code is
obtained by git. I do the initial build first, then git pull-ing without cleaning
the build directory, then incremental rebuild (usually `make` or `ninja`).
The incremental build only rebuild what is changed. However, when the version
identifier (mostly via build config) is changed, all previous build artifacts
are invalidated, essentially rebuild from scratch.

IMO, above can also be applied to Linux kernel (but I haven't tried to build
that way).

Cc: linux-kbuild list since I'm unsure on this.

Thanks.

-- 
An old man doll... just what I always wanted! - Clara


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-10  2:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <315b5e4a-43e7-f7af-f320-a5a3564127c6@alu.unizg.hr>
2023-03-10  2:21 ` A question about compiling Linux kernel Bagas Sanjaya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).