From: Martin Mares Date: Mon, 24 Sep 2012 13:16:49 +0000 (+0200) Subject: Makefile: Be quiet by default X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=4315969fdd134f16348f7dc0e66dd098858c6140;p=moe.git Makefile: Be quiet by default --- 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)