repo.or.cz
/
xcsoar.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
NEWS: prepare for 6.6.1
[xcsoar.git]
/
build
/
verbose.mk
blob
ad5a39e245bd03862bf397e93ddb164da046a43d
1
####### build verbosity
2
3
# Internal - Control verbosity
4
# make V=0 - quiet
5
# make V=1 - terse (default)
6
# make V=2 - show commands
7
ifeq
($(
V
),
2
)
8
Q
:=
9
NQ
:=
\
#
10
else
11
Q
:=
@
12
ifeq
($(
V
),
0
)
13
NQ
:=
\
#
14
else
15
NQ
:=
16
endif
17
endif
18
ifeq
($(
WINHOST
),
y
)
19
NQ
:=
20
endif