mirror of https://github.com/OpenTTD/OpenTTD
(svn r2895) Remove unused variables and bring a comment closer to reality
parent
1677748d4d
commit
7e84d8b295
7
Makefile
7
Makefile
|
@ -736,16 +736,13 @@ LANGS = $(LANG_TXT:%.txt=%.lng)
|
||||||
# Build commands
|
# Build commands
|
||||||
#
|
#
|
||||||
|
|
||||||
# If we are verbose, we will show commands prefixed by $(Q) (which acts as
|
# If we are verbose, we will show commands prefixed by $(Q).
|
||||||
# @ in the non-verbose mode), and we will show the "real" cmds instead of
|
# The $(Q)s get replaced by @ in non-verbose mode.
|
||||||
# their quiet versions (which are used in the non-verbose mode).
|
|
||||||
# Inspired by the Linux kernel build system.
|
# Inspired by the Linux kernel build system.
|
||||||
ifdef VERBOSE
|
ifdef VERBOSE
|
||||||
Q =
|
Q =
|
||||||
quiet =
|
|
||||||
else
|
else
|
||||||
Q = @
|
Q = @
|
||||||
quiet = quiet_
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue