From bc13deab3b3b96592eb3037052e99841fe23544d Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Sat, 28 May 2005 16:34:23 +0000 Subject: [PATCH] fix verbose setting svn path=/trunk/; revision=15587 --- reactos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/Makefile b/reactos/Makefile index e905b4f6fc7..a026faa5978 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -70,7 +70,7 @@ ifeq ($(VERBOSE),no) HALFVERBOSEECHO = no BUILDNO_QUIET = -q else -ifeq ($(VERBOSE),yes) +ifeq ($(VERBOSE),full) Q = HALFVERBOSEECHO = no BUILDNO_QUIET =