Clay, Overall it looks good. However, I recommend splitting out the items that are related to setting your build environment into a separate section preceding the section about building your repository. Something like the following:
> To set up your build machine or environment use the following steps: > 1. Get the SunStudio compilers via the Image Packaging System (IPS). > To install > run the command "pfexec pkg install sunstudioexpress" > > 2. Get the OS/Net Build Tools via the Image Packaging System (IPS). > To install > run the command "pfexec pkg install SUNWonbld" > > 3. Install the three OS/Net Consolidation packages required: > * SUNWzoneint > * SUNWldskint > * SUNWwbint > To get these packages, one can download them from > http://dlc.sun.com/osol/install/downloads/current/ > To build this repository use the following steps: > > 1. cd usr/src in the repository > > 2. cp tools/env/developer.sh .; chmod +w developer.sh. > > Change GATE and/or CODEMGR_WS as appropriate. > > You may need to set the paths for your build tools > (the ONBLD_TOOLS variable) and the path for your compilers > (the SPRO_ROOT variable). > > 3. Copy the nightly build script found in /opt/onbld/bin into the > usr/src directory. > > cp /opt/onbld/bin/nightly .; chmod +w nightly > > In the nightly script there are three places > where getopts is called, You need to add a "+" to two of them. > > while getopts +inS:tV: FLAG > ^ > and > > while getopts +AaBCDdFfGIilMmNnOoPpRrS:TtUuWwXxz FLAG $NIGHTLY_OPTIONS > ^ > > If you choose not to set these, you will see warning messages > regarding building tools. It won't affect your build otherwise. > > For more information see bug 849 - > http://defect.opensolaris.org/bz/show_bug.cgi?id=849 > > 4. Finally, to build, run: ./nightly developer.sh > Which builds the source from the downloaded repository. > > If you do not wish to do a Mercurial pull as part of the nightly run, > use the -n option. > > ./nightly -n developer.sh > > thanks, Moriah Clay Baenziger wrote: > Hello, I'm looking for someone to review my English in the changes made > to our gate's README. I've tried answering bug 9165 and making other > good hygiene clean-ups. > > Webrev: > http://cr.opensolaris.org/~clayb/9165/ > Bug: > http://defect.opensolaris.org/bz/show_bug.cgi?id=9165 > Thank you, > Clay > _______________________________________________ > caiman-discuss mailing list > caiman-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
