On 03/11/10 05:47 AM, Joerg Schilling wrote: > Casper.Dik at Sun.COM wrote: > > >>> Well, I asked many times for a documentation of the ON Buildsystem. >>> >>> I mentioned already, that the buildsystem looks like the only real problem. >>> >> There is not a whole lot of documentation; clearly people have been able to >> integrate ksh93 into Solaris Nevada without such documentation. >> >> Part of it includes "copy& paste" development and understanding how to >> > I mentioned already that the existing makefiles are not useful for cut/paste > for my needs. In special there is no information on how/where to put calls > to programs like "configure" or "rpcgen". >
Build time "configure" scripts are not how we build things in ON. If you want to be in ON, you need to be a better citizen and follow ON conventions. That means no dynamic testing of the build environment, but use Makefiles that follow our conventions. rpcgen is a different matter... look at one of the other rpc client programs to see how to achieve that. Its just a simple matter of some Makefile rules, I believe. If you want to preserve more of your own build infrastructure, then you should be part of SFW rather than ON. - Garrett > This is why I asked several times in the past. > > I'll send you explicit questions next week..... > > J?rg > >