summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-09-29 22:42:58 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-09-29 22:43:26 (GMT)
commitc693d0496da75291ce4b70306f65a8533b356c77 (patch)
tree02c9e84f0fe9e90ac1f6a42b667f988741f0bc4d
parentc256fc02c64a39af47a2b7d630b8e9d55c47d9da (diff)
downloadmxe-c693d0496da75291ce4b70306f65a8533b356c77.zip
mxe-c693d0496da75291ce4b70306f65a8533b356c77.tar.gz
mxe-c693d0496da75291ce4b70306f65a8533b356c77.tar.bz2
Silent the echoing of comment in build-matrix.html
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 11bd24e..6868d12 100644
--- a/Makefile
+++ b/Makefile
@@ -621,7 +621,7 @@ build-matrix.html: $(foreach PKG,$(PKGS), $(TOP_DIR)/src/$(PKG).mk)
$(if $($(PKG)_BUILD_ONLY), \
$(eval BUILD_ONLY_PKGCOUNT := $(call inc,$(BUILD_ONLY_PKGCOUNT)))))
@echo '<tr>' >> $@
- # TOTAL_PKGCOUNT = ( PKGS - VIRTUAL ) - BUILD_ONLY
+ @# TOTAL_PKGCOUNT = ( PKGS - VIRTUAL ) - BUILD_ONLY
$(eval TOTAL_PKGCOUNT := \
$(call subtract, \
$(call subtract,$(words $(PKGS)),$(VIRTUAL_PKGCOUNT)),\