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

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu Oct 8 19:08:47 UTC 2009


On Thu, Oct 08, 2009 at 08:55:48PM +0200, Peter Korsgaard wrote:
>>>>>> "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

No. You already created the dirs here.

rm -rf /tmp/brrr && \
git clone ~/source/buildroot /tmp/brrr && \
cd /tmp/brrr
make linux26-menuconfig

>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