fix verbose setting
Modified: trunk/reactos/Makefile
_____
Modified: trunk/reactos/Makefile
--- trunk/reactos/Makefile 2005-05-28 16:12:46 UTC (rev 15586)
+++ trunk/reactos/Makefile 2005-05-28 16:34:23 UTC (rev 15587)
@@ -70,7 +70,7 @@
HALFVERBOSEECHO = no
BUILDNO_QUIET = -q
else
-ifeq ($(VERBOSE),yes)
+ifeq ($(VERBOSE),full)
Q =
HALFVERBOSEECHO = no
BUILDNO_QUIET =
Show replies by date