From c86840cd286949b54bc8659be69f988c375c40d3 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 9 Apr 2016 23:40:23 +0200 Subject: [PATCH] reduce the number of output messages --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index b429603ef..158804eef 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7,10 +7,10 @@ default: linux/arch/x86/boot/bzImage make PATH=$(PATH):$(CROSSDIR) -C hermit/tools proxy all: default - make -j$(JOBS) -C linux + make -s -j$(JOBS) -C linux linux/arch/x86/boot/bzImage: - make -j$(JOBS) -C linux + make -s -j$(JOBS) -C linux test: @echo "Nothing to test"