[Buildroot] [PATCH 06/10] *-menuconfig needs dirs to exist

Peter Korsgaard jacmet at uclibc.org
Thu Oct 8 18:55:48 UTC 2009


>>>>> "Bernhard" == Bernhard Reutner-Fischer <rep.dot.nop at gmail.com> writes:

 Bernhard>   In a pristine checkout the -menuconfig targets need their build dirs
 Bernhard>   to exist.

Really? I cannot reproduce it:

git clone ~/source/buildroot; cd buildroot
yes ''|make oldconfig >/dev/null
make busybox-menuconfig <- works
make uclibc-menuconfig <- works
sed -i -e 's/.*BR2_KERNEL_none.*=/# BR2_KERNEL_none is not set/' -e 's/.*BR2_KERNEL_LINUX.*/BR2_KERNEL_LINUX=y/' .config
yes ''|make oldconfig >/dev/null
make linux26-menuconfig <- works

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list