It appears the

include/asm-$(ARCH)/offset.h: arch/$(ARCH)/kernel/asm-offsets.s
        $(call filechk,gen-asm-offsets)

rule in 2.5 arch/x86_64/Makefile does not work correctly for assembly
files. Everytime I rebuild an AMD64 kernel a rebuilt of 
arch/x86_64/ia32/vsyscall.o is triggered, even though offset.h
has not changed. vsyscall.S is an assembly file that includes asm/offset.h

Any idea what triggers this?

-Andi


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to