From c693d0496da75291ce4b70306f65a8533b356c77 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Mon, 29 Sep 2014 15:42:58 -0700 Subject: [PATCH] Silent the echoing of comment in build-matrix.html Signed-off-by: Timothy Gu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 11bd24e7..6868d127 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 '' >> $@ - # TOTAL_PKGCOUNT = ( PKGS - VIRTUAL ) - BUILD_ONLY + @# TOTAL_PKGCOUNT = ( PKGS - VIRTUAL ) - BUILD_ONLY $(eval TOTAL_PKGCOUNT := \ $(call subtract, \ $(call subtract,$(words $(PKGS)),$(VIRTUAL_PKGCOUNT)),\