Index: /trunk/Makefile.kmk
===================================================================
--- /trunk/Makefile.kmk	(revision 60690)
+++ /trunk/Makefile.kmk	(revision 60691)
@@ -268,5 +268,6 @@
       endif # !solaris
 
-     ## @todo For solaris dlopen fails to navigate executable rpath to dependent libraries, so add explicit rpath for libqxcb.so, find better solution later.
+      # @todo For solaris dlopen fails to navigate executable rpath to dependent libraries,
+      #       so add explicit rpath for libqxcb.so, find better solution later.
       ifeq ($(KBUILD_TARGET),solaris)
 $(foreach lib,$(VBOX_QT_PLUGINS),$$(qt5-bin_0_OUTDIR)/$(lib)): \
@@ -275,5 +276,4 @@
 	$(QUIET)$(MKDIR) -p $(@D)
 	$(QUIET)$(CP) $^ $@
-	@echo "HERE!"
 	$(QUIET)chrpath --replace "\$$ORIGIN/../../" $@
       endif # solaris
