VOL-4905 - Deploy new voltctl version.

makefiles/release/release-build.mk
----------------------------------
  o Debugging syntax error with open paren.
  o Remove $(HIDE) and echo status line when compiles begin.

makefiles/consts.mk
  o Fixed a typo.

Change-Id: If32fdb2e4026df04d7561d8cfb135012a2336e7c
diff --git a/makefiles/consts.mk b/makefiles/consts.mk
index 5f04e23..941df38 100644
--- a/makefiles/consts.mk
+++ b/makefiles/consts.mk
@@ -26,8 +26,8 @@
 export dot          :=.
 export null         :=#
 export space        := $(null) $(null)
-export quote-single := $(null)"$(null)# colorization-closing-quote(")
-export quote-double := $(null)'$(null)# colorization-closing-quote(')
+export quote-single := $(null)'$(null)# colorization-closing-quote(')
+export quote-double := $(null)"$(null)# colorization-closing-quote(")
 
 # [DEBUG] make {target} HIDE=
 HIDE        ?= @