illumos / docs

The source for the illumos documentation site
https://illumos.org/docs
Mozilla Public License 2.0
29 stars 38 forks source link

update build.md #52

Closed SERDANI-Imane closed 4 years ago

SERDANI-Imane commented 4 years ago

Modification in Build.md when trying building illumos in my openindiana system i used this command: time ksh93 usr/src/tools/scripts/nightly.sh illumos.sh as it is mentioned in the starting build part of the file build.md, which makes an error, that i resolved by deleting .sh from nightly. and i did the same thing for the command: time ksh93 usr/src/tools/scripts/nightly.sh -i illumos.sh in the Performing an incremental build part.

jclulow commented 4 years ago

Thank you for pointing this out!

I've updated the documentation a little more extensively in 4a00a3936749fb79a643c44209fa603ee4a55862, to reflect that we can now directly execute nightly and bldenv (without needing to invoke them as an argument to ksh93) and that the .sh suffix is no longer present in a few other places.

The site should now be up-to-date in that regard: https://illumos.org/docs/developers/build/#starting-the-build