fix verbose setting

svn path=/trunk/; revision=15587
This commit is contained in:
Alex Ionescu 2005-05-28 16:34:23 +00:00
parent a9702af5a0
commit bc13deab3b

View file

@ -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 =