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