[illumos-Discuss] Possible redundant steps in How_To_Build_illumos

McBofh james.c.mcpherson at gmail.com
Mon Oct 11 18:48:30 PDT 2010


On 12/10/10 11:42 AM, Asias He wrote:
> On Tue, Oct 12, 2010 at 2:21 AM, Albert Lee<trisk at opensolaris.org>  wrote:
>> On Tue, Sep 14, 2010 at 12:52 AM, Asias He<asias.hejun at gmail.com>  wrote:
>>> http://illumos.org/projects/illumos-gate/wiki/How_To_Build_illumos
>>>
>>> 1. cd $CODEMGR_WS/usr/src
>>> 2. dmake setup
>>> 3. cd tools
>>> 4. dmake install
>>> 5. exit
>>>
>>> Are step 3 and step 4 redundant since step 2 will do the install of the tools.
>>>
>>> usr/src/Makefile
>>> setup: closedbins bldtools sgs mapfiles
>>>
>>> bldtools:
>>> Â  Â  Â  Â @cd tools; pwd; $(MAKE) install
>>>
>>
>> You're right. I've taken the liberty of editing the instructions.
>
> Cheers!
>
> Another suggestion:
> How about using the following command[1][2] to start the build instead
> of the old one[3] in the wiki.
> [1] nohup time ./nightly illumos.sh&
> [2] nohup ./nightly illumos.sh&
> [3] time ./nightly illumos.sh

My SOP for building ON is


(hg pull -u)
echo "nightly -n ENVFILE" |at -s now








More information about the Discuss mailing list