Index: /trunk/kBuild/tools/GCC3.kmk
===================================================================
--- /trunk/kBuild/tools/GCC3.kmk	(revision 2773)
+++ /trunk/kBuild/tools/GCC3.kmk	(revision 2774)
@@ -275,7 +275,7 @@
 		$(call TOOL_GCC3_LD_MAP,$(outbase).map)
  ifeq ($(ld_debug),split)
-	$(TOOL_GCC3_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
-	$(CHMOD) a-x $(outbase).debug
-	$(TOOL_GCC3_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
+	$(QUIET)$(TOOL_GCC3_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
+	$(QUIET)$(CHMOD) a-x $(outbase).debug
+	$(QUIET)$(TOOL_GCC3_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
  endif
 endef
@@ -311,7 +311,7 @@
 		$(call TOOL_GCC3_LD_MAP,$(outbase).map)
  ifeq ($(ld_debug),split)
-	$(TOOL_GCC3_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
-	$(CHMOD) a-x $(outbase).debug
-	$(TOOL_GCC3_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
+	$(QUIET)$(TOOL_GCC3_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
+	$(QUIET)$(CHMOD) a-x $(outbase).debug
+	$(QUIET)$(TOOL_GCC3_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
  endif
 endef
@@ -345,7 +345,7 @@
 		$(call TOOL_GCC3_LD_SYSMOD_MAP,$(outbase).map)
  ifeq ($(ld_debug),split)
-	$(TOOL_GCC3_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
-	$(CHMOD) a-x $(outbase).debug
-	$(TOOL_GCC3_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
+	$(QUIET)$(TOOL_GCC3_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
+	$(QUIET)$(CHMOD) a-x $(outbase).debug
+	$(QUIET)$(TOOL_GCC3_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
  endif
 endef
Index: /trunk/kBuild/tools/GCC32.kmk
===================================================================
--- /trunk/kBuild/tools/GCC32.kmk	(revision 2773)
+++ /trunk/kBuild/tools/GCC32.kmk	(revision 2774)
@@ -269,7 +269,7 @@
 		$(call TOOL_GCC32_LD_MAP,$(outbase).map)
  ifeq ($(ld_debug),split)
-	$(TOOL_GCC32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
-	$(CHMOD) a-x $(outbase).debug
-	$(TOOL_GCC32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
+	$(QUIET)$(TOOL_GCC32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
+	$(QUIET)$(CHMOD) a-x $(outbase).debug
+	$(QUIET)$(TOOL_GCC32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
  endif
 endef
@@ -304,7 +304,7 @@
 		$(call TOOL_GCC32_LD_MAP,$(outbase).map)
  ifeq ($(ld_debug),split)
-	$(TOOL_GCC32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
-	$(CHMOD) a-x $(outbase).debug
-	$(TOOL_GCC32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
+	$(QUIET)$(TOOL_GCC32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
+	$(QUIET)$(CHMOD) a-x $(outbase).debug
+	$(QUIET)$(TOOL_GCC32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
  endif
 endef
@@ -338,7 +338,7 @@
 		$(call TOOL_GCC32_LD_SYSMOD_MAP,$(outbase).map)
  ifeq ($(ld_debug),split)
-	$(TOOL_GCC32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
-	$(CHMOD) a-x $(outbase).debug
-	$(TOOL_GCC32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
+	$(QUIET)$(TOOL_GCC32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
+	$(QUIET)$(CHMOD) a-x $(outbase).debug
+	$(QUIET)$(TOOL_GCC32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
  endif
 endef
Index: /trunk/kBuild/tools/GCC3OMF.kmk
===================================================================
--- /trunk/kBuild/tools/GCC3OMF.kmk	(revision 2773)
+++ /trunk/kBuild/tools/GCC3OMF.kmk	(revision 2774)
@@ -222,5 +222,5 @@
 		 $(NL)$(TAB)$(QUIET)$(RM) -f $(outbase).rsp)
 	$(QUIET)$(APPEND) -n $(outbase).rsp $(flags) $(out) $(objs) $(filter-out %.def %.imp,$(othersrc))
-	$(TOOL_GCC3OMF_AR) @$(outbase).rsp
+	$(QUIET)$(TOOL_GCC3OMF_AR) @$(outbase).rsp
 endef
 
@@ -283,5 +283,5 @@
 		$(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib)))\
 		-Zmap=$(outbase).map
-	$(TOOL_GCC3OMF_LD) @$(outbase).rsp
+	$(QUIET)$(TOOL_GCC3OMF_LD) @$(outbase).rsp
 endef
 
Index: /trunk/kBuild/tools/GCC64.kmk
===================================================================
--- /trunk/kBuild/tools/GCC64.kmk	(revision 2773)
+++ /trunk/kBuild/tools/GCC64.kmk	(revision 2774)
@@ -264,7 +264,7 @@
 		$(call TOOL_GCC64_LD_MAP,$(outbase).map)
  ifeq ($(ld_debug),split)
-	$(TOOL_GCC64_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
-	$(CHMOD) a-x $(outbase).debug
-	$(TOOL_GCC64_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
+	$(QUIET)$(TOOL_GCC64_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
+	$(QUIET)$(CHMOD) a-x $(outbase).debug
+	$(QUIET)$(TOOL_GCC64_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
  endif
 endef
@@ -298,7 +298,7 @@
 		$(call TOOL_GCC64_LD_MAP,$(outbase).map)
  ifeq ($(ld_debug),split)
-	$(TOOL_GCC64_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
-	$(CHMOD) a-x $(outbase).debug
-	$(TOOL_GCC64_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
+	$(QUIET)$(TOOL_GCC64_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
+	$(QUIET)$(CHMOD) a-x $(outbase).debug
+	$(QUIET)$(TOOL_GCC64_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
  endif
 endef
@@ -330,7 +330,7 @@
 		$(call TOOL_GCC64_LD_SYSMOD_MAP,$(outbase).map)
  ifeq ($(ld_debug),split)
-	$(TOOL_GCC64_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
-	$(CHMOD) a-x $(outbase).debug
-	$(TOOL_GCC64_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
+	$(QUIET)$(TOOL_GCC64_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
+	$(QUIET)$(CHMOD) a-x $(outbase).debug
+	$(QUIET)$(TOOL_GCC64_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
  endif
 endef
Index: /trunk/kBuild/tools/GXX3.kmk
===================================================================
--- /trunk/kBuild/tools/GXX3.kmk	(revision 2773)
+++ /trunk/kBuild/tools/GXX3.kmk	(revision 2774)
@@ -275,7 +275,7 @@
 		$(call TOOL_GXX3_LD_MAP,$(outbase).map)
  ifeq ($(ld_debug),split)
-	$(TOOL_GXX3_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
-	$(CHMOD) a-x $(outbase).debug
-	$(TOOL_GXX3_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
+	$(QUIET)$(TOOL_GXX3_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
+	$(QUIET)$(CHMOD) a-x $(outbase).debug
+	$(QUIET)$(TOOL_GXX3_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
  endif
 endef
@@ -311,7 +311,7 @@
 		$(call TOOL_GXX3_LD_MAP,$(outbase).map)
  ifeq ($(ld_debug),split)
-	$(TOOL_GXX3_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
-	$(CHMOD) a-x $(outbase).debug
-	$(TOOL_GXX3_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
+	$(QUIET)$(TOOL_GXX3_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
+	$(QUIET)$(CHMOD) a-x $(outbase).debug
+	$(QUIET)$(TOOL_GXX3_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
  endif
 endef
@@ -345,7 +345,7 @@
 		$(call TOOL_GXX3_LD_SYSMOD_MAP,$(outbase).map)
  ifeq ($(ld_debug),split)
-	$(TOOL_GXX3_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
-	$(CHMOD) a-x $(outbase).debug
-	$(TOOL_GXX3_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
+	$(QUIET)$(TOOL_GXX3_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
+	$(QUIET)$(CHMOD) a-x $(outbase).debug
+	$(QUIET)$(TOOL_GXX3_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
  endif
 endef
Index: /trunk/kBuild/tools/GXX32.kmk
===================================================================
--- /trunk/kBuild/tools/GXX32.kmk	(revision 2773)
+++ /trunk/kBuild/tools/GXX32.kmk	(revision 2774)
@@ -268,7 +268,7 @@
 		$(call TOOL_GXX32_LD_MAP,$(outbase).map)
  ifeq ($(ld_debug),split)
-	$(TOOL_GXX32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
-	$(CHMOD) a-x $(outbase).debug
-	$(TOOL_GXX32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
+	$(QUIET)$(TOOL_GXX32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
+	$(QUIET)$(CHMOD) a-x $(outbase).debug
+	$(QUIET)$(TOOL_GXX32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
  endif
 endef
@@ -303,7 +303,7 @@
 		$(call TOOL_GXX32_LD_MAP,$(outbase).map)
  ifeq ($(ld_debug),split)
-	$(TOOL_GXX32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
-	$(CHMOD) a-x $(outbase).debug
-	$(TOOL_GXX32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
+	$(QUIET)$(TOOL_GXX32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
+	$(QUIET)$(CHMOD) a-x $(outbase).debug
+	$(QUIET)$(TOOL_GXX32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
  endif
 endef
@@ -337,7 +337,7 @@
 		$(call TOOL_GXX32_LD_SYSMOD_MAP,$(outbase).map)
  ifeq ($(ld_debug),split)
-	$(TOOL_GXX32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
-	$(CHMOD) a-x $(outbase).debug
-	$(TOOL_GXX32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
+	$(QUIET)$(TOOL_GXX32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
+	$(QUIET)$(CHMOD) a-x $(outbase).debug
+	$(QUIET)$(TOOL_GXX32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
  endif
 endef
Index: /trunk/kBuild/tools/GXX3OMF.kmk
===================================================================
--- /trunk/kBuild/tools/GXX3OMF.kmk	(revision 2773)
+++ /trunk/kBuild/tools/GXX3OMF.kmk	(revision 2774)
@@ -222,5 +222,5 @@
 		 $(NL)$(TAB)$(QUIET)$(RM) -f $(outbase).rsp)
 	$(QUIET)$(APPEND) -n $(outbase).rsp $(flags) $(out) $(objs) $(filter-out %.def %.imp,$(othersrc))
-	$(TOOL_GXX3OMF_AR) @$(outbase).rsp
+	$(QUIET)$(TOOL_GXX3OMF_AR) @$(outbase).rsp
 endef
 
@@ -283,5 +283,5 @@
 		$(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib)))\
 		-Zmap=$(outbase).map
-	$(TOOL_GXX3OMF_LD) @$(outbase).rsp
+	$(QUIET)$(TOOL_GXX3OMF_LD) @$(outbase).rsp
 endef
 
Index: /trunk/kBuild/tools/GXX64.kmk
===================================================================
--- /trunk/kBuild/tools/GXX64.kmk	(revision 2773)
+++ /trunk/kBuild/tools/GXX64.kmk	(revision 2774)
@@ -264,7 +264,7 @@
 		$(call TOOL_GXX64_LD_MAP,$(outbase).map)
  ifeq ($(ld_debug),split)
-	$(TOOL_GXX64_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
-	$(CHMOD) a-x $(outbase).debug
-	$(TOOL_GXX64_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
+	$(QUIET)$(TOOL_GXX64_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
+	$(QUIET)$(CHMOD) a-x $(outbase).debug
+	$(QUIET)$(TOOL_GXX64_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
  endif
 endef
@@ -298,7 +298,7 @@
 		$(call TOOL_GXX64_LD_MAP,$(outbase).map)
  ifeq ($(ld_debug),split)
-	$(TOOL_GXX64_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
-	$(CHMOD) a-x $(outbase).debug
-	$(TOOL_GXX64_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
+	$(QUIET)$(TOOL_GXX64_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
+	$(QUIET)$(CHMOD) a-x $(outbase).debug
+	$(QUIET)$(TOOL_GXX64_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
  endif
 endef
@@ -330,7 +330,7 @@
 		$(call TOOL_GXX64_LD_SYSMOD_MAP,$(outbase).map)
  ifeq ($(ld_debug),split)
-	$(TOOL_GXX64_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
-	$(CHMOD) a-x $(outbase).debug
-	$(TOOL_GXX64_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
+	$(QUIET)$(TOOL_GXX64_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
+	$(QUIET)$(CHMOD) a-x $(outbase).debug
+	$(QUIET)$(TOOL_GXX64_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
  endif
 endef
Index: /trunk/kBuild/tools/JWASM.kmk
===================================================================
--- /trunk/kBuild/tools/JWASM.kmk	(revision 2773)
+++ /trunk/kBuild/tools/JWASM.kmk	(revision 2774)
@@ -53,5 +53,5 @@
 TOOL_JWASM_COMPILE_AS_DEPORD =
 define TOOL_JWASM_COMPILE_AS_CMDS
-	$(TOOL_JWASM_AS) -c \
+	$(QUIET)$(TOOL_JWASM_AS) -c \
 			$(strip $(flags)) \
 			$(addprefix -D,$(defs)) \
