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:
наб
2022-05-03 13:17:50 +02:00
committed by Brian Behlendorf
parent e8ca724393
commit 3ed04d66aa
3 changed files with 10 additions and 1 deletions
+2 -1
View File
@@ -32,6 +32,7 @@ install-exec-local:
--single-version-externally-managed \
--verbose
clean-local:
CLEAN_LOCAL += pyzfs-clean-local
pyzfs-clean-local:
-$(RM) -r %D%/build/ %D%/pyzfs.egg-info/
endif