X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=Makefile;h=ab4c4d57b65c6ff3dc6fff905a6780468272bb7a;hp=bee47c45cc509f3a133d99cfac0fd9a8589cb3e7;hb=e3bbc7fac112af7fa514495078a9f5357095be8d;hpb=f9330b47eabb5e7584e9a0c5c775cb3ace652c35 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: ;