fix verbose setting
authorAlex Ionescu <aionescu@gmail.com>
Sat, 28 May 2005 16:34:23 +0000 (16:34 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Sat, 28 May 2005 16:34:23 +0000 (16:34 +0000)
svn path=/trunk/; revision=15587

reactos/Makefile

index e905b4f..a026faa 100644 (file)
@@ -70,7 +70,7 @@ ifeq ($(VERBOSE),no)
   HALFVERBOSEECHO = no
   BUILDNO_QUIET = -q
 else
   HALFVERBOSEECHO = no
   BUILDNO_QUIET = -q
 else
-ifeq ($(VERBOSE),yes)
+ifeq ($(VERBOSE),full)
   Q =
   HALFVERBOSEECHO = no
   BUILDNO_QUIET =
   Q =
   HALFVERBOSEECHO = no
   BUILDNO_QUIET =