non-idempotent Makefile in 2.6.25-rc6?

From: Erez Zadok
Date: Mon Mar 24 2008 - 22:30:00 EST


In 2.6.24.x, after building a kernel+modules, successive runs of make do
very little:

[24]$ make
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CALL scripts/checksyscalls.sh
CHK include/linux/compile.h
Kernel: arch/x86/boot/bzImage is ready (#21)
Building modules, stage 2.
MODPOST 27 modules

But in v2.6.25-rc6-294-gcc7feea, re-running make seems to rebuild stuff that
may not need to be rebuilt, wasting cycles:

[25]$ make
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CALL scripts/checksyscalls.sh
CHK include/linux/compile.h
LD vmlinux.o
MODPOST vmlinux.o
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
KSYM .tmp_kallsyms1.S
AS .tmp_kallsyms1.o
LD .tmp_vmlinux2
KSYM .tmp_kallsyms2.S
AS .tmp_kallsyms2.o
LD .tmp_vmlinux3
KSYM .tmp_kallsyms3.S
AS .tmp_kallsyms3.o
LD vmlinux
SYSMAP System.map
SYSMAP .tmp_System.map
CC arch/x86/boot/version.o
LD arch/x86/boot/setup.elf
OBJCOPY arch/x86/boot/setup.bin
OBJCOPY arch/x86/boot/compressed/vmlinux.bin
GZIP arch/x86/boot/compressed/vmlinux.bin.gz
LD arch/x86/boot/compressed/piggy.o
LD arch/x86/boot/compressed/vmlinux
OBJCOPY arch/x86/boot/vmlinux.bin
BUILD arch/x86/boot/bzImage
Root device is (8, 1)
Setup is 11192 bytes (padded to 11264 bytes).
System is 1382 kB
Kernel: arch/x86/boot/bzImage is ready (#215)
Building modules, stage 2.
MODPOST 26 modules


Why all the re-linking and such? Is this a known issue/problem, or intended
functionality?

BTW, my files' timestamps and machine times (ntpd, etc.) are fine.

Thanks,
Erez.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/