diff options
| author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-07-19 11:47:13 +0000 |
|---|---|---|
| committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-07-19 11:47:13 +0000 |
| commit | 62ae06fb599ccdbf3a97e6c584e0a055e763e2e9 (patch) | |
| tree | f860ab2ee5e074220a95e1b46080a61a71edefd6 /usr/src/tools/smatch/Makefile | |
| parent | 7cbfae1c5ff60dcbb4e007dcc2e6997eba63c207 (diff) | |
| parent | 955eb5e1fb25fc64c2c34501c3d9426057e3b1f8 (diff) | |
| download | illumos-joyent-62ae06fb599ccdbf3a97e6c584e0a055e763e2e9.tar.gz | |
[illumos-gate merge]
commit 955eb5e1fb25fc64c2c34501c3d9426057e3b1f8
10167 unable to check out illumos-gate on Windows
commit 4c6a557ef3ee09ce3af0b3773cf03d745a0bdcb6
11305 add smartos runfile to zfs test suite
commit 7ae7577ce925f555e5e3410f14a3ccc896c842f2
11462 enable smatch by default
Conflicts:
usr/src/test/zfs-tests/runfiles/smartos.run
Diffstat (limited to 'usr/src/tools/smatch/Makefile')
| -rw-r--r-- | usr/src/tools/smatch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/tools/smatch/Makefile b/usr/src/tools/smatch/Makefile index b876b8bb36..c127b68b2d 100644 --- a/usr/src/tools/smatch/Makefile +++ b/usr/src/tools/smatch/Makefile @@ -13,14 +13,14 @@ # # The src/ sub-directory is un-modified copy of -# https://github.com/illumos/smatch/tree/0.5.1-il-1 +# https://github.com/illumos/smatch/tree/0.5.1-il-3 # # This Makefile installs just enough for us to be able to run smatch # locally. # PROG = smatch -SPARSE_VERSION = 0.5.1-il-1 +SPARSE_VERSION = 0.5.1-il-3 include ../Makefile.tools |
