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".

A "configure" script is almost never appropriate in ON, because ON
relies on a consistent set of Makefile design rules across the
consolidation.  Most open source things that have integrated into ON
have simply had Makefiles created from scratch by the integrating engineer.

If you really need to generate build infrastructure during compile time,
then something like SFW is likely to be more appropriate.  SFW's build
infrastructure is different, and expects to rely on doing the usual
untar, ./configure, make install ritual.

-- 
James Carlson         42.703N 71.076W         <carlsonj at workingcode.com>

Reply via email to