Re: dtc: Refactor Makefiles (v2)

2007-10-15 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: > > Here's a corrected version. > > dtc: Refactor Makefiles > > This patch makes a number of Makefile cleanups and improvements: > - We use more generic rules to invoke flex and bison, which is > useful

Re: dtc: Refactor Makefiles (v2)

2007-10-03 Thread David Gibson
collected into > > one place in the Makefile. > > Crap. Don't apply, this seems to break the autodependency generation > for libfdt. Here's a corrected version. dtc: Refactor Makefiles This patch makes a number of Makefile cleanups and improvements: - We

Re: dtc: Refactor Makefiles

2007-10-03 Thread David Gibson
On Wed, Oct 03, 2007 at 03:59:33PM +1000, David Gibson wrote: > This patch makes a number of Makefile cleanups and improvements: > - We use more generic rules to invoke flex and bison, which is > useful for some of the other changes. > - We use the name dtc-lexer.lex.c for the flex outp

dtc: Refactor Makefiles

2007-10-02 Thread David Gibson
This patch makes a number of Makefile cleanups and improvements: - We use more generic rules to invoke flex and bison, which is useful for some of the other changes. - We use the name dtc-lexer.lex.c for the flex output, instead of the default lex.yy.c. That means less potential fo