summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2016-05-06 10:24:06 -0700
committerBrian Behlendorf <[email protected]>2016-05-10 11:28:54 -0700
commitf00828e5d94d4ee386d362aee4e1b37900b1322c (patch)
tree54c0b9a63b184f1f72ad9f60c51dc0bb76987f63 /scripts/Makefile.am
parent32c8c946ea3228de86946fdd637c85eeeff1726a (diff)
Add zfs-helpers.sh script
Add a script designed to facilitate in-tree development and testing by installing symlinks on your system which refer to in-tree helper utilities. These helper utilities must be installed to in order to exercise all ZFS functionality. By using symbolic links and keeping the scripts in-tree during development they can be easily modified and those changes tracked. Signed-off-by: Brian Behlendorf <[email protected]> Signed-off-by: Olaf Faaland <[email protected]> Closes #4607
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index c15207a7a..b55600926 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -15,4 +15,5 @@ dist_pkgdata_SCRIPTS = \
$(top_srcdir)/scripts/zpios.sh \
$(top_srcdir)/scripts/zpios-sanity.sh \
$(top_srcdir)/scripts/zpios-survey.sh \
- $(top_srcdir)/scripts/smb.sh
+ $(top_srcdir)/scripts/smb.sh \
+ $(top_srcdir)/scripts/zfs-helpers.sh