CVSROOT: /home/pub/cvs
Module name: linux
Changes by: harald@oss. 00/05/26 12:35:56
Modified files:
arch/mips/tools: Makefile
arch/mips64/tools: Makefile
include/asm-mips: ptrace.h
include/asm-mips64: ptrace.h
Removed files:
include/asm-mips: offset.h
include/asm-mips64: offset.h
Log message:
This should resolve most of the offset.h issues which popped up lately,
I hope.
* #include <asm/offset.h> #ifdef'd: init/main.c and
$(arch)/tools/offset.c
compile without include/asm-$(ARCH)/offset.h.
* include/asm-$(ARCH)/offset.h is now depending on $(TOPDIR)/.config:
offset.h is beeing rebuilt when .config changes. Please don't count on
that, makedep doesn't do it's job very well in this case and objects
depending on offset.h aren't neccesarily rebuilt :(
|