X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=scripts%2FMakefile.am;fp=scripts%2FMakefile.am;h=a1dfc3871e30322e252e76f87599fdb34958620a;hb=c9c0d073da561bcbefbdf09c87fc75b227415619;hp=0000000000000000000000000000000000000000;hpb=40b84e7aec6392187722e61e5a4a853b530bf60f;p=zfs.git diff --git a/scripts/Makefile.am b/scripts/Makefile.am new file mode 100644 index 0000000..a1dfc38 --- /dev/null +++ b/scripts/Makefile.am @@ -0,0 +1,29 @@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +nobase_pkglibexec_SCRIPTS = common.sh +nobase_pkglibexec_SCRIPTS += zconfig.sh +nobase_pkglibexec_SCRIPTS += zfs.sh +nobase_pkglibexec_SCRIPTS += zpool-create.sh +nobase_pkglibexec_SCRIPTS += zpool-config/* +EXTRA_DIST = zfs-update.sh $(nobase_pkglibexec_SCRIPTS) + +ZFS=${top_srcdir}/scripts/zfs.sh +ZCONFIG=${top_srcdir}/scripts/zconfig.sh +ZTEST=${top_builddir}/cmd/ztest/ztest + +check: + @echo + @echo -n "====================================" + @echo -n " ZTEST " + @echo "====================================" + @echo + @$(ZFS) + @$(ZTEST) -V + @$(ZFS) -u + @echo + @echo + @echo -n "===================================" + @echo -n " ZCONFIG " + @echo "===================================" + @echo + @$(ZCONFIG) + @echo