X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=Makefile;h=ab4c4d57b65c6ff3dc6fff905a6780468272bb7a;hb=6cd84c68386d614b4838346b8b16f0431bd07e3e;hp=bee47c45cc509f3a133d99cfac0fd9a8589cb3e7;hpb=423af6adca85911671066465f68402da4f933622;p=lede-git%2F.git 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: ;