From e3bbc7fac112af7fa514495078a9f5357095be8d Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 2 Apr 2007 16:09:15 +0000 Subject: Use find -exec instead of xargs git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6837 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bee47c45c..ab4c4d57b 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