diff options
| author | Brian Bennett <brian.bennett@mnx.io> | 2022-06-08 20:47:44 +0000 |
|---|---|---|
| committer | Brian Bennett <brian.bennett@mnx.io> | 2022-06-08 20:47:44 +0000 |
| commit | f5ec4d77349a1b62430af816d1f0b653b801aab8 (patch) | |
| tree | 073ffad8eaa4bdafa0add5e0dc3797da1e11396e /usr/src/tools | |
| parent | 206b9fdf6e70ed0a13b2f76a1b0712f27fe17e12 (diff) | |
| parent | baf9a8500e8914f180ede682c95a37266e1a4e37 (diff) | |
| download | illumos-joyent-f5ec4d77349a1b62430af816d1f0b653b801aab8.tar.gz | |
[illumos-gate merge]
commit baf9a8500e8914f180ede682c95a37266e1a4e37
14550 nvme_is_ignored_ns() needs less confusion
14709 nvmeadm list should be able to distinguish between inactive and ignored namespaces
commit 0a4ff7c07705facb2cf0991453d0a3e20cdc50ce
14728 priv_set(3c) man page typo
commit 38aced4fb3d60e34a44207b22d0b0dd4909bf4d1
14710 remove long obsolete/unused pyzfs helper script
commit 22e991d5bb9d07bf7dd2a65bc080922753a3100b
14720 fac_prov_ipmi: missing thresholds should not be considered error
Diffstat (limited to 'usr/src/tools')
| -rwxr-xr-x | usr/src/tools/quick/make-zfs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/tools/quick/make-zfs b/usr/src/tools/quick/make-zfs index 417745b8cf..b2052cad9b 100755 --- a/usr/src/tools/quick/make-zfs +++ b/usr/src/tools/quick/make-zfs @@ -201,8 +201,7 @@ for cmd in \ zinject \ zpool \ ztest \ - zstreamdump \ - pyzfs + zstreamdump do (cd $SRC/cmd/$cmd && $make $1) done @@ -336,8 +335,6 @@ sbin/zfs sbin/zpool usr/lib/sysevent/modules/zfs_mod.so usr/lib/zfs/availdevs -usr/lib/zfs/pyzfs.py -usr/lib/zfs/pyzfs.pyc usr/sbin/$arch32/zdb usr/sbin/$arch64/zdb usr/sbin/$arch32/zhack |
