On 03/11/10 08:47, 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". > > This is why I asked several times in the past.
If you want to maintain the standard open source build model of "untar; configure; make ...", then you need to integrate into the SFW consolidation. Take a look at the Makefile.sfw for any of the commands integrated in the SFW gate for examples. It's pretty straightforward. For example: http://src.opensolaris.org/source/xref/sfw/usr/src/cmd/gawk/ -Wyllys