> > 
 > > "Uniformly for all AST libraries" isn't really uniform though, since
 > > there's nothing inherently different about the AST libraries here -- quite
 > > a few of our libraries consist of dozens to hundreds of source files.
 > 
 > Mhhh... what should I do in this case ? AFAIK options are:
 > 1. Leave the Makefiles as they are
 > 2. Rewrite Makefiles to store all *.o files in a flat layout (e.g.
 > single directory) [Needs 5-8days to write, compile and test (largest
 > part is to watch my machines to compile the stuff... ;-( )]
 > 3. Convert more libraries to the "put object files in subdirs"-solution
 > [e.g. you pick victim(s) and I'll switch them over... :-) ]
 > 4. Any other ideas ?
 > 
 > Your choice...

I'm curious about the 5-8 days part; surely you can build the individual
libraries fairly quickly and iterate towards something that will work
before kicking off a nightly, right?  Seems like we could save the nightly
for after I have a chance to finish my review of the other Makefiles,
since you'll have to do another one after that anyway.

Anyway, my preference is for (2), but I'm willing to agree to (1) if
you're really sold on what you have and are sure it will take that
long to do (2).

--
meem
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to