Updated OpenZFS Patches (markdown)

Brian Behlendorf 2016-05-03 14:33:45 -07:00
parent bd86382947
commit ef29050e84
1 changed files with 1 additions and 1 deletions

@ -26,7 +26,7 @@ $ git remote add openzfs https://github.com/openzfs/openzfs.git
$ git fetch --all
```
**Build the source.** Compile the spl and zfs master branches. While these branches are always kept in stable state this is a useful verification that there is a full build environment installed and all the required dependencies are available. This may also speed up the compile time latter for small patches where incremental builds are an option.
**Build the source.** Compile the spl and zfs master branches. These branches are always kept stable and this is a useful verification that you have a full build environment installed and all the required dependencies are available. This may also speed up the compile time latter for small patches where incremental builds are an option.
```
$ cd ../spl