
Automatic merge from submit-queue Makefile fixes and speed A few fixes that, together, make the 'make' experience smoother and more seamless. * `make clean all` works (@soltysh) * `make clean` does no spend 5 seconds loading deps just to remove them * deps building is faster Fixes #28890 Ref #8830