mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 19:57:43 +03:00
autoconf: use include directives instead of recursing down contrib
Also make the pyzfs build actually out-of-tree and quiet by default Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Co-authored-by: Rapptz <rapptz@gmail.com> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13316
This commit is contained in:
+9
-8
@@ -1,12 +1,13 @@
|
||||
include $(top_srcdir)/config/Shellcheck.am
|
||||
include $(srcdir)/%D%/bash_completion.d/Makefile.am
|
||||
include $(srcdir)/%D%/pyzfs/Makefile.am
|
||||
include $(srcdir)/%D%/zcp/Makefile.am
|
||||
|
||||
SUBDIRS = bash_completion.d pyzfs zcp
|
||||
if BUILD_LINUX
|
||||
SUBDIRS += bpftrace dracut initramfs
|
||||
include $(srcdir)/%D%/bpftrace/Makefile.am
|
||||
include $(srcdir)/%D%/dracut/Makefile.am
|
||||
include $(srcdir)/%D%/initramfs/Makefile.am
|
||||
endif
|
||||
if PAM_ZFS_ENABLED
|
||||
SUBDIRS += pam_zfs_key
|
||||
endif
|
||||
DIST_SUBDIRS = bash_completion.d bpftrace dracut initramfs pam_zfs_key pyzfs zcp
|
||||
|
||||
SHELLCHECKDIRS = bash_completion.d bpftrace dracut initramfs
|
||||
if PAM_ZFS_ENABLED
|
||||
include $(srcdir)/%D%/pam_zfs_key/Makefile.am
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user