This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


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: (toplevel) introduce host subdir configuration in Makefile


> Now, on the other hand, we could configure GCC while building
> libiberty.  It would be nice to have a way to throw each configure step
> into its own log file so that they don't interleave on the screen,
> someday.

We could have each configured configure target depend on the previous
one in the list.  That should serialize them.  We can do this now
because configure has a specific list of which subdirs *will* be
configured, rather than the list of *potential* ones we used to have.

Assuming autogen can do that, of course ;-)


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