From: Jan Engelhardt Date: Tue, 25 Jun 2019 06:58:35 +0000 (+0200) Subject: build: avoid unnecessary call to xargs X-Git-Tag: v0.9.2~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2bb7528878c9571d629208d18acf338f2e7b2839;p=thirdparty%2Fnftables.git build: avoid unnecessary call to xargs Signed-off-by: Jan Engelhardt Signed-off-by: Pablo Neira Ayuso --- diff --git a/py/Makefile.am b/py/Makefile.am index 5f4e1f6f..215ecd9e 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