* Dave Miner ([email protected]) wrote: > > >>usr/src/lib/Makefile: > >> > >>Should there be a .WAIT somewhere between libzfs and libbe? > > > >I wondered about that actually. My tree builds successfully on the few > >machines I've done it on (several times) and so wasn't sure it was > >really needed. But since you've pointed it out, I think it probably > >makes sense if for nothing else to protect us against potential races. > >How does something like this look: > > > >libzfs .WAIT \ > >libbe \ > >pylibbe \ > >libzfs_jni \ > >pyzfs \ > >pysolaris \ > > > > That should do it. I'd just make sure to run it on build machines > with max parallelism set to at least 20 or 30.
Will do. > >>usr/src/lib/pylibbe/Makefile: > > > >>Should copyright for this and/or Makefile.com be based from > >>libbe_pymod/Makefile? > > > >I didn't do that since I ended up writing these pretty much from scratch > >with some copy/paste from the original libbe_pymod/Makefile. If I > >should still retain that copyright, that's easy enough to change. > > > > Seemed to me that much of the "interesting" pieces were from > libbe_pymod, which is why I thought retaining would be appropriate. Good point. I'll update the copyright. Thanks Dave. Glenn _______________________________________________ caiman-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

