This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: libstdc-v3: portability of 'ar' w/o file list?


On Dec  5, 2000, Phil Edwards <pedwards@disaster.jaj.com> wrote:

> On Tue, Dec 05, 2000 at 03:39:53PM -0200, Alexandre Oliva wrote:
>> On Dec  5, 2000, Phil Edwards <pedwards@disaster.jaj.com> wrote:
>> 
>> > What are we missing?
>> 
>> SUBDIRS, so that we don't descent into libio unless we need it.
>> Or tell automake the conditions in which the library should be built.

> Hum.  I thought that's what we were doing...

Nope, what we're doing (from the snippet you posted) is to add
*dependencies* conditionally.  But the rules to *build* the library
are not conditional.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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