X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=scripts%2FMakefile.am;h=08a32b43920cf2360dd5b97f03c4e9e33ef7aa08;hb=refs%2Fheads%2Frertzinger%2Ffeature-zpool-get--p;hp=d8cb00705813d945d904bbfbb80ff24e3dc4377a;hpb=645fb9cc214c79c77378dd1e1fd2e3ef668bc848;p=zfs.git diff --git a/scripts/Makefile.am b/scripts/Makefile.am index d8cb007..08a32b4 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,7 +1,9 @@ -SUBDIRS = zpool-config zpool-layout zpios-test zpios-profile +SUBDIRS = zpool-config zpios-test zpios-profile -pkglibexecdir = $(libexecdir)/@PACKAGE@ -dist_pkglibexec_SCRIPTS = \ +EXTRA_DIST = dkms.mkconf dkms.postinst kmodtool + +pkgdatadir = $(datadir)/@PACKAGE@ +dist_pkgdata_SCRIPTS = \ $(top_builddir)/scripts/common.sh \ $(top_srcdir)/scripts/zconfig.sh \ $(top_srcdir)/scripts/zfault.sh \ @@ -18,24 +20,6 @@ ZFAULT=$(top_builddir)/scripts/zfault.sh ZTEST=$(top_builddir)/cmd/ztest/ztest ZPIOS_SANITY=$(top_builddir)/scripts/zpios-sanity.sh -all: - @list='$(dist_pkglibexec_SCRIPTS)'; \ - for file in $$list; do \ - link=$$(basename $$file); \ - if [ ! -e $$link ]; then \ - $(LN_S) $$file $$link; \ - fi \ - done - -clean: - @list='$(dist_pkglibexec_SCRIPTS)'; \ - for file in $$list; do \ - link=$$(basename $$file); \ - if [ -L $$link ]; then \ - $(RM) $$link; \ - fi \ - done - check: @$(ZFS) -u @echo