From 6cd84c68386d614b4838346b8b16f0431bd07e3e Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 2 Apr 2007 16:09:15 +0000 Subject: Use find -exec instead of xargs SVN-Revision: 6837 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bee47c45cc..ab4c4d57b6 100644 --- a/Makefile +++ b/Makefile @@ -171,7 +171,7 @@ docclean: $(MAKE) -C docs/ clean symlinkclean: - find package -type l | xargs rm -f + find package -type l -exec rm -f {} \; .SILENT: clean dirclean distclean symlinkclean config-clean download world FORCE: ; -- cgit v1.2.3