Skip to content

Makefile: Silence comments in NOTICE target

Patrick Steinhardt requested to merge pks-makefile-silence-comments into master

In Makefiles, every line of a recipe that's not prefixed by an @ character will be printed on invocation of this target. This also includes shell comments. The NOTICE target has such a set of comments which are missing the @.

Fix this by prefixing those lines with ${Q} to not have them printed by default.

Edited by Patrick Steinhardt

Merge request reports