X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f9330b47eabb5e7584e9a0c5c775cb3ace652c35..d8e7de2bd3c41ce9f7c9bc0ff7767236f1d8a905:/Makefile diff --git a/Makefile b/Makefile index bee47c45c..05c4f450e 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: ;