mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
50d2c9e4fd
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
7 lines
184 B
Makefile
7 lines
184 B
Makefile
noinst_DATA = %D%/zfs
|
|
EXTRA_DIST += $(noinst_DATA)
|
|
SUBSTFILES += $(noinst_DATA)
|
|
|
|
SHELLCHECKSCRIPTS += $(noinst_DATA)
|
|
$(call SHELLCHECK_OPTS,$(noinst_DATA)): SHELLCHECK_SHELL = bash
|