cd crosstool-ng ; make menuconfig
ANDY KENNEDY
ANDY.KENNEDY@adtran.com
Tue May 31 21:16:00 GMT 2011
> -----Original Message-----
> From: crossgcc-owner@sourceware.org [mailto:crossgcc-
> owner@sourceware.org] On Behalf Of ANDY KENNEDY
> Sent: Tuesday, May 31, 2011 3:53 PM
> To: crossgcc@sourceware.org
> Subject: cd crosstool-ng ; make menuconfig
>
> Consider the commands:
>
> cd <path to>/crosstool-ng
> make menuconfig
>
> Now, this gives an error. I understand why this is designed to
> give an
> error, but I don't understand why this is desirable behavior. We
> _can_
> produce the same results by adding something along the lines of:
>
> %:
> @$(DESTDIR)$(BINDIR)/ct-ng $@
>
> to the bottom of the Makefile. Doing so would allow one to run all
> unknown targets (in the parent Makefile) through the ct-ng
> Makefile.
>
> Would this be a valid fix to this annoyance?
Bummer, not really. . . build: is defined as a target b4 ./ct-ng
stuff. GRRR. It still works for menuconfig and a few others.
Andy
>
> Andy
>
> --
> For unsubscribe information see
> http://sourceware.org/lists.html#faq
--
For unsubscribe information see http://sourceware.org/lists.html#faq
More information about the crossgcc
mailing list