mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-04-06 17:49:11 +03:00
Remove constrained path on clean
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13316
This commit is contained in:
parent
e8ca724393
commit
3ed04d66aa
@ -2,6 +2,7 @@ CLEANFILES =
|
|||||||
EXTRA_DIST =
|
EXTRA_DIST =
|
||||||
INSTALL_DATA_HOOKS =
|
INSTALL_DATA_HOOKS =
|
||||||
ALL_LOCAL =
|
ALL_LOCAL =
|
||||||
|
CLEAN_LOCAL =
|
||||||
CHECKS = shellcheck checkbashisms
|
CHECKS = shellcheck checkbashisms
|
||||||
|
|
||||||
include $(top_srcdir)/config/Rules.am
|
include $(top_srcdir)/config/Rules.am
|
||||||
@ -87,6 +88,9 @@ distclean-local:
|
|||||||
-o -name '*.gcno' \) \
|
-o -name '*.gcno' \) \
|
||||||
-type f -delete
|
-type f -delete
|
||||||
|
|
||||||
|
PHONY += $(CLEAN_LOCAL)
|
||||||
|
clean-local: $(CLEAN_LOCAL)
|
||||||
|
|
||||||
PHONY += $(ALL_LOCAL)
|
PHONY += $(ALL_LOCAL)
|
||||||
all-local: $(ALL_LOCAL)
|
all-local: $(ALL_LOCAL)
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ install-exec-local:
|
|||||||
--single-version-externally-managed \
|
--single-version-externally-managed \
|
||||||
--verbose
|
--verbose
|
||||||
|
|
||||||
clean-local:
|
CLEAN_LOCAL += pyzfs-clean-local
|
||||||
|
pyzfs-clean-local:
|
||||||
-$(RM) -r %D%/build/ %D%/pyzfs.egg-info/
|
-$(RM) -r %D%/build/ %D%/pyzfs.egg-info/
|
||||||
endif
|
endif
|
||||||
|
@ -75,6 +75,10 @@ ALL_LOCAL += scripts-all-local
|
|||||||
scripts-all-local: %D%/common.sh
|
scripts-all-local: %D%/common.sh
|
||||||
-SCRIPT_COMMON=$< $(srcdir)/%D%/zfs-tests.sh -c
|
-SCRIPT_COMMON=$< $(srcdir)/%D%/zfs-tests.sh -c
|
||||||
|
|
||||||
|
CLEAN_LOCAL += scripts-clean-local
|
||||||
|
scripts-clean-local:
|
||||||
|
-$(RM) -r tests/zfs-tests/bin/
|
||||||
|
|
||||||
INSTALL_DATA_HOOKS += scripts-install-data-hook
|
INSTALL_DATA_HOOKS += scripts-install-data-hook
|
||||||
scripts-install-data-hook: %D%/common.sh.in Makefile
|
scripts-install-data-hook: %D%/common.sh.in Makefile
|
||||||
-$(SED) -e '/^export BIN_DIR=/s|$$|$(bindir)|' \
|
-$(SED) -e '/^export BIN_DIR=/s|$$|$(bindir)|' \
|
||||||
|
Loading…
Reference in New Issue
Block a user