This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: cd crosstool-ng ; make menuconfig


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]