BUG: linux-2.6.0-test6: make -O=/var/tmp/build help

From: Thomas Steudten
Date: Wed Oct 08 2003 - 14:32:56 EST


Hello

Maybe i´m not up-to-date, but i tried out the new 2.6 kernel
with the new -O option and it fails with:
Without the -O option it works. Normally one calls
make help and not make -O.. help, but this fails also,
if the environment variable for -O is set.

--------------------8<-------------------8<--------------
(merlin):/usr/src/linux_dir/kernel2.6/linux-2.6.0-test6
[97]:thomas (2) $ make V=1 O=/var/tmp/build help
make -C /var/tmp/build \
KBUILD_SRC=/usr/src/linux_dir/kernel2.6/linux-2.6.0-test6 KBUILD_VERBOSE=1 \
KBUILD_CHECK= -f /usr/src/linux_dir/kernel2.6/linux-2.6.0-test6/Makefile help
Cleaning targets:
clean - remove most generated files but keep the config
mrproper - remove all generated files + config + various backup files

Configuration targets:
selfadd-->pwd
selfadd-->/var/tmp/build
make -f scripts/kconfig/Makefile help
make[2]: scripts/kconfig/Makefile: No such file or directory
make[2]: *** No rule to make target `scripts/kconfig/Makefile'. Stop.
make[1]: *** [help] Error 2
make: *** [help] Error 2

---
Tom

-
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/