mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Remove unused Q variable
This commit is contained in:
parent
38ea507740
commit
267930070a
@ -19,16 +19,13 @@ SPARSE_FLAGS = -D__BIG_ENDIAN__ -D__powerpc__
|
|||||||
#############################################################################
|
#############################################################################
|
||||||
# Build recipies
|
# Build recipies
|
||||||
|
|
||||||
# If we are verbose, we will show commands prefixed by $(Q) (which acts as
|
# If we are verbose, we will show the "real" cmds instead of
|
||||||
# @ 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).
|
# 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 V
|
ifdef V
|
||||||
Q =
|
|
||||||
quiet =
|
quiet =
|
||||||
mquiet = masq_
|
mquiet = masq_
|
||||||
else
|
else
|
||||||
Q = @
|
|
||||||
quiet = quiet_
|
quiet = quiet_
|
||||||
mquiet = quiet_
|
mquiet = quiet_
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user