[illumos-Discuss] Possible redundant steps in How_To_Build_illumos

Asias He asias.hejun at gmail.com
Mon Oct 11 18:42:25 PDT 2010


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

> -Albert
>



-- 
Best Regards
Asias He



More information about the Discuss mailing list