From 50d2c9e4fd2a891cad9530da39b39a173307e1f7 Mon Sep 17 00:00:00 2001 From: наб Date: Sun, 10 Apr 2022 00:16:59 +0200 Subject: autoconf: use include directives instead of recursing down contrib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also make the pyzfs build actually out-of-tree and quiet by default Reviewed-by: Brian Behlendorf Co-authored-by: Rapptz Signed-off-by: Ahelenia Ziemiańska Closes #13316 --- contrib/dracut/90zfs/Makefile.am | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 contrib/dracut/90zfs/Makefile.am (limited to 'contrib/dracut/90zfs/Makefile.am') diff --git a/contrib/dracut/90zfs/Makefile.am b/contrib/dracut/90zfs/Makefile.am deleted file mode 100644 index 28bedfb39..000000000 --- a/contrib/dracut/90zfs/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -CLEANFILES = -EXTRA_DIST = -include $(top_srcdir)/config/Substfiles.am -include $(top_srcdir)/config/Shellcheck.am - -pkgdracutdir = $(dracutdir)/modules.d/90zfs -pkgdracut_SCRIPTS = \ - export-zfs.sh \ - module-setup.sh \ - mount-zfs.sh \ - parse-zfs.sh \ - zfs-generator.sh \ - zfs-load-key.sh \ - zfs-needshutdown.sh \ - zfs-lib.sh \ - import-opts-generator.sh - -pkgdracut_DATA = \ - zfs-env-bootfs.service \ - zfs-snapshot-bootfs.service \ - zfs-rollback-bootfs.service - -SUBSTFILES += $(pkgdracut_SCRIPTS) $(pkgdracut_DATA) - -# Provided by /bin/sleep, and, again, every implementation of that supports this -CHECKBASHISMS_IGNORE = -e 'sleep only takes one integer' -e 'sleep 0.' -SHELLCHECKSCRIPTS += $(pkgdracut_SCRIPTS) -- cgit v1.2.3