Skip to content

Makefiles: Fix silencing of nested calls for GNU make 4.3

Brad King requested to merge brad.king/cmake:make-nested-silent into master

Since GNU make 4.3, .SILENT: no longer causes nested $(MAKE) calls to get -s implicitly. Add the -s flag explicitly on such calls to suppress messages about Entering/Leaving directories.

Fixes: #20487 (closed)
Backport: release

Merge request reports