diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -251,7 +251,7 @@ export KBUILD_CHECKSRC KBUILD_SRC KBUILD_EXTMOD | |||
251 | # If it is set to "silent_", nothing wil be printed at all, since | 251 | # If it is set to "silent_", nothing wil be printed at all, since |
252 | # the variable $(silent_cmd_cc_o_c) doesn't exist. | 252 | # the variable $(silent_cmd_cc_o_c) doesn't exist. |
253 | # | 253 | # |
254 | # A simple variant is to prefix commands with $(Q) - that's usefull | 254 | # A simple variant is to prefix commands with $(Q) - that's useful |
255 | # for commands that shall be hidden in non-verbose mode. | 255 | # for commands that shall be hidden in non-verbose mode. |
256 | # | 256 | # |
257 | # $(Q)ln $@ :< | 257 | # $(Q)ln $@ :< |