View previous topic :: View next topic |
Author |
Message |
CaptainBlood Advocate
Joined: 24 Jan 2010 Posts: 3831
|
Posted: Wed Jul 24, 2024 8:32 am Post subject: kernel build counter; which file involved?[solved] |
|
|
Obviously, there is a file counter in /usr/src/gentoo-linux-X.Y.Z-gentoo
which is incremented unter some condition, as echoed in the snippet: Code: | Kernel: arch/x86/boot/bzImage is ready (#33) |
Where is this #33 value stored?
Side note: executing 'make clean' doesn't reset.
Thks 4 ur attention, interest & support. _________________ USE="-* ..." in /etc/portage/make.conf here, i.e. a countermeasure to portage implicit braces, belt & diaper paradigm
LT: "I've been doing a passable imitation of the Fontana di Trevi, except my medium is mucus. Sooo much mucus. "
Last edited by CaptainBlood on Wed Jul 24, 2024 9:11 am; edited 2 times in total |
|
Back to top |
|
|
CaptainBlood Advocate
Joined: 24 Jan 2010 Posts: 3831
|
Posted: Wed Jul 24, 2024 8:58 am Post subject: |
|
|
arch/x86/boot/Makefile snippet: Code: | $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE
$(call if_changed,image)
@$(kecho) 'Kernel: $@ is ready' ' (#'$(or $(KBUILD_BUILD_VERSION),`cat .version`)')' |
Code: | cat /usr/src/linux-6.9.10-gentoo/.version
34 |
Thks 4 ur attention, interest & support. _________________ USE="-* ..." in /etc/portage/make.conf here, i.e. a countermeasure to portage implicit braces, belt & diaper paradigm
LT: "I've been doing a passable imitation of the Fontana di Trevi, except my medium is mucus. Sooo much mucus. " |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|