Apparently still not fixed? Or has anyone come up with a solution?

On current sarge 3.1 with all updates until 11. Oct 06, doing a

$ MAKEFLAGS=" O=/home/jwagner/kernel/objdir " make-kpkg kernel_image

still results in

Please ignore the warning about overriding and ignoring targets above.
These are harmless. They are only invoked in a part of the process
that tries to snarf variable values for the conf.vars file.
/home/jwagner/kernel/linux-2.6.17.4/Makefile:441: .config: No such file or
directory
make[2]: *** No rule to make target `debian_conf_var'.  Stop.
make[1]: *** [debian_conf_var] Error 2
make: *** [conf.vars] Error 2


On the other hand even a

$ make O=/home/jwagner/kernel/objdir mrproper
$ rm .config
$ rm ../objdir/.config
$ make O=/home/jwagner/kernel/objdir menuconfig
  (then, load alternate config, exit with save)
$ make O=/home/jwagner/kernel/objdir
...
In file included from
/home/jwagner/kernel/linux-2.6.17.4/arch/i386/kernel/entry.S:45:
include2/asm/thread_info.h:51: asm/asm-offsets.h: No such file or
directory
make[2]: *** [arch/i386/kernel/entry.o] Error 1
make[1]: *** [arch/i386/kernel] Error 2
make: *** [_all] Error 2

which is not in ../objdir/include2/asm/ but in ../objdir/include/asm-i386/

so apparently not just make-kpkg is broken but kbuild also (?)

 - Jan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to