Moriah Waterland wrote:
> Hi Dave -
> 
> I was just talking to Ginnie about the README.  We were discussing 
> cleaning up the developer.sh file and I volunteered to take care of 
> updating the README along with that cleanup. I will file a bug to track 
> the developer.sh cleanup as well as updating the README. Let me know if 
> you have any concerns.
> 

My concern is that this changed already, and I want the documentation 
up-to-date right now.  Please just update the README ASAP with something 
like the contents of the email that was sent and then update it later 
when whatever cleanup work is done.

Dave

> thanks,
> Moriah
> 
> Dave Miner wrote:
>> Virginia Wray wrote:
>>  
>>> Hi -
>>>
>>> With the following putback, building the slim_source gate has changed.
>>> The opensolaris_build.sh script is gone, and the recommended way to 
>>> build the gate is by using the nightly build script found at 
>>> /opt/onbld/bin/nightly. Copy this script into your workspace and run 
>>> it with the developer.sh script as an argument.
>>>
>>>     
>>
>> Thanks for doing this, but we apparently missed updating the README 
>> file in the repo to reflect the below.  Can you please get that done?
>>
>> Dave
>>
>>  
>>> $./nightly developer.sh
>>>
>>> We've uncovered some idiosyncracies that result from using ksh93. It 
>>> causes the nightly to generate a tools warning in the nightly log 
>>> output. You can eliminate this by performing the following steps.
>>>
>>> In the developer.sh file add a space and a +t to your nightly options.
>>>
>>>
>>> NIGHTLY_OPTIONS="-ANdlmp +t";
>>>
>>>
>>> In the nightly script there are three places where getopts is called, 
>>> You need to add a "+" to one or two of them, depending on how you 
>>> will pass the options to nightly.
>>>
>>> while getopts +inS:tV: FLAG
>>>                ^
>>> (This is for if you choose to pass options from the command line)
>>>
>>> and
>>>
>>> while getopts +AaBCDdFfGIilMmNnOoPpRrS:TtUuWwXxz FLAG $NIGHTLY_OPTIONS
>>>                ^
>>> (You add here if you will pass your options thru the NIGHTLY_OPTIONS 
>>> variable. This is probably the one most of you will use.)
>>>
>>> If you choose not to set these, you will see warning messages 
>>> regarding building tools. It won't affect your build otherwise.
>>>
>>> A log directory of the build is generated at the same directory level 
>>> where the packages and proto directories are generated.
>>>
>>> Let me know if you have any questions.
>>>
>>> thx,
>>> ginnie
>>>
>>>
>>>
>>> Author: Virginia Wray <Virginia.Wray at Sun.COM>
>>> Repository: /hg/caiman/slim_source
>>> Latest revision: bff97dbaccdcbcabc354689cf04c2a38dad0c4b7
>>> Total changesets: 1
>>> Log message:
>>> 1268: Location of Sun Studio Tools has moved
>>> 1921: Incorporate contents of opensolaris_build.sh
>>>
>>> Files:
>>>     update: usr/src/Makefile.master
>>>     update: usr/src/lib/Makefile
>>>     update: usr/src/tools/env/developer.sh
>>> _______________________________________________
>>> caiman-discuss mailing list
>>> caiman-discuss at opensolaris.org
>>> http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
>>> _______________________________________________
>>> caiman-discuss mailing list
>>> caiman-discuss at opensolaris.org
>>> http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
>>>     
>>
>> _______________________________________________
>> caiman-discuss mailing list
>> caiman-discuss at opensolaris.org
>> http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
>>   


Reply via email to