diff options
author | tron <tron@openttd.org> | 2005-08-27 13:06:59 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-08-27 13:06:59 +0000 |
commit | 7e84d8b295a61a2d02de57a791ec6e4c6d5cb767 (patch) | |
tree | 315820733f5542bb4a676e7649f28810c5a1d663 /Makefile | |
parent | 1677748d4d0d835342ec0d003d2b349d1db5a779 (diff) | |
download | openttd-7e84d8b295a61a2d02de57a791ec6e4c6d5cb767.tar.xz |
(svn r2895) Remove unused variables and bring a comment closer to reality
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -736,16 +736,13 @@ LANGS = $(LANG_TXT:%.txt=%.lng) # Build commands # -# If we are verbose, we will show commands prefixed by $(Q) (which acts as -# @ in the non-verbose mode), and we will show the "real" cmds instead of -# their quiet versions (which are used in the non-verbose mode). +# If we are verbose, we will show commands prefixed by $(Q). +# The $(Q)s get replaced by @ in non-verbose mode. # Inspired by the Linux kernel build system. ifdef VERBOSE Q = - quiet = else Q = @ - quiet = quiet_ endif |