mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
fix verbose setting
svn path=/trunk/; revision=15587
This commit is contained in:
parent
a9702af5a0
commit
bc13deab3b
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ ifeq ($(VERBOSE),no)
|
|||
HALFVERBOSEECHO = no
|
||||
BUILDNO_QUIET = -q
|
||||
else
|
||||
ifeq ($(VERBOSE),yes)
|
||||
ifeq ($(VERBOSE),full)
|
||||
Q =
|
||||
HALFVERBOSEECHO = no
|
||||
BUILDNO_QUIET =
|
||||
|
|
Loading…
Reference in a new issue