mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +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
|
HALFVERBOSEECHO = no
|
||||||
BUILDNO_QUIET = -q
|
BUILDNO_QUIET = -q
|
||||||
else
|
else
|
||||||
ifeq ($(VERBOSE),yes)
|
ifeq ($(VERBOSE),full)
|
||||||
Q =
|
Q =
|
||||||
HALFVERBOSEECHO = no
|
HALFVERBOSEECHO = no
|
||||||
BUILDNO_QUIET =
|
BUILDNO_QUIET =
|
||||||
|
|
Loading…
Reference in a new issue