From 4315969fdd134f16348f7dc0e66dd098858c6140 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 24 Sep 2012 15:16:49 +0200 Subject: [PATCH] Makefile: Be quiet by default --- box/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/box/Makefile b/box/Makefile index 3aba68b..98e5dce 100644 --- a/box/Makefile +++ b/box/Makefile @@ -16,7 +16,8 @@ $(o)/box/box: LDFLAGS+=$(BOX_CFLAGS) $(o)/box/box.o: CFLAGS+=$(BOX_CFLAGS) $(o)/box/syscall-table.h: $(s)/box/mk-syscall-table - sh $^ >$@ $(CFLAGS) $(BOX_CFLAGS) + $(M) GEN $@ + $(Q)sh $^ >$@ $(CFLAGS) $(BOX_CFLAGS) box-tests: $(addprefix $(o)/box/test-sys,32-int80 64-int80 32-syscall 64-syscall 32-sysenter 64-sysenter) -- 2.39.2