---
py/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/py/Makefile.am b/py/Makefile.am
index 5f4e1f6..215ecd9 100644
--- a/py/Makefile.am
+++ b/py/Makefile.am
@@ -22,7 +22,7 @@ clean-local:
$(PYTHON_BIN) setup.py clean \
--build-base $(abs_builddir)
rm -rf scripts-* lib* build dist bdist.* nftables.egg-info
- find . -name \*.pyc -print0 | xargs -0 rm -f
+ find . -name \*.pyc -delete
distclean-local:
rm -f version
--
2.21.0- [PATCH 1/3] build: unbreak non-functionality of --disabl... Jan Engelhardt
- [PATCH 2/3] build: avoid recursion into py/ if not ... Jan Engelhardt
- [PATCH 3/3] build: avoid unnecessary call to xargs Jan Engelhardt
- Re: [PATCH 1/3] build: unbreak non-functionality of... Pablo Neira Ayuso
- [PATCH 1/3] build: unbreak non-functionality of --d... Jan Engelhardt
- [PATCH 2/3] build: avoid recursion into py/ if ... Jan Engelhardt
- Re: [PATCH 2/3] build: avoid recursion into... Pablo Neira Ayuso
- [PATCH 3/3] build: avoid unnecessary call to xa... Jan Engelhardt
- Re: [PATCH 3/3] build: avoid unnecessary ca... Pablo Neira Ayuso
- Re: [PATCH 1/3] build: unbreak non-functionalit... Pablo Neira Ayuso
