]> git.proxmox.com Git - mirror_zfs-debian.git/blame - scripts/Makefile.am
Merge tag 'upstream/0.6.5.11'
[mirror_zfs-debian.git] / scripts / Makefile.am
CommitLineData
dbf763b3 1SUBDIRS = zpool-config zpios-test zpios-profile
6283f55e 2
23d56208 3EXTRA_DIST = dkms.mkconf dkms.postbuild kmodtool zfs2zol-patch.sed cstyle.pl
f3757573
BB
4
5pkgdatadir = $(datadir)/@PACKAGE@
48c028f5 6dist_pkgdata_SCRIPTS = \
6283f55e
BB
7 $(top_builddir)/scripts/common.sh \
8 $(top_srcdir)/scripts/zconfig.sh \
0ee8118b 9 $(top_srcdir)/scripts/zfault.sh \
23d56208
AX
10 $(top_srcdir)/scripts/ziltest.sh \
11 $(top_srcdir)/scripts/zimport.sh \
6283f55e
BB
12 $(top_srcdir)/scripts/zfs.sh \
13 $(top_srcdir)/scripts/zpool-create.sh \
14 $(top_srcdir)/scripts/zpios.sh \
15 $(top_srcdir)/scripts/zpios-sanity.sh \
645fb9cc
TF
16 $(top_srcdir)/scripts/zpios-survey.sh \
17 $(top_srcdir)/scripts/smb.sh
6283f55e
BB
18
19ZFS=$(top_builddir)/scripts/zfs.sh
20ZCONFIG=$(top_builddir)/scripts/zconfig.sh
0ee8118b 21ZFAULT=$(top_builddir)/scripts/zfault.sh
23d56208 22ZIMPORT=$(top_builddir)/scripts/zimport.sh
6283f55e
BB
23ZTEST=$(top_builddir)/cmd/ztest/ztest
24ZPIOS_SANITY=$(top_builddir)/scripts/zpios-sanity.sh
25
c9c0d073 26check:
7dc3830c 27 @$(ZFS) -u
c9c0d073
BB
28 @echo
29 @echo -n "===================================="
30 @echo -n " ZTEST "
31 @echo "===================================="
32 @echo
33 @$(ZFS)
34 @$(ZTEST) -V
35 @$(ZFS) -u
36 @echo
37 @echo
38 @echo -n "==================================="
39 @echo -n " ZCONFIG "
40 @echo "==================================="
41 @echo
0ee8118b
BB
42 @$(ZCONFIG) -c
43 @echo
44 @echo -n "==================================="
45 @echo -n " ZFAULT "
46 @echo "==================================="
47 @echo
48 @$(ZFAULT) -c
c9c0d073 49 @echo
302ef151
BB
50 @echo -n "===================================="
51 @echo -n " ZPIOS "
52 @echo "===================================="
53 @echo
54 @$(ZFS)
55 @$(ZPIOS_SANITY)
56 @$(ZFS) -u
57 @echo