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

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Oct 9 09:38:21 UTC 2009


On Thu, Oct 08, 2009 at 10:35:22PM +0200, Peter Korsgaard wrote:
>>>>>> "Bernhard" == Bernhard Reutner-Fischer <rep.dot.nop at gmail.com> writes:
>
> Bernhard> 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
>
> Bernhard> No. You already created the dirs here.
>
>Ok, but you need a config with busybox/uclibc/linux26 enabled, otherwise
>none of those targets make sense.
>
>Anyway, doing:
>
>git clone ~/source/buildroot; cd buildroot
>cp ~/source/buildroot/.config . # has busybox enabled
>make busybox-menuconfig
>Makefile:281: .config.cmd: No such file or directory
>make: *** No rule to make target `.config.cmd'.  Stop.
>
>Adding dirs to the busybox-menuconfig dependency won't change anything
>about that.

my bad, you're right that i did:
$ git clone
$ make defconfig
$ rm -rf output
somebody should fix the clean targets!!
$ make linux26-menuconfig

and that failed.

>doing touch .config.cmd; make busybox-menuconfig works.


More information about the buildroot mailing list