netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2 1/2] testsuite: build generate_nlmsg with QUIET_CC
@ 2018-11-02 12:35 Luca Boccassi
  2018-11-02 12:35 ` [PATCH iproute2 2/2] Pass CPPFLAGS to the compiler Luca Boccassi
  2018-11-09 16:08 ` [PATCH iproute2 1/2] testsuite: build generate_nlmsg with QUIET_CC Stephen Hemminger
  0 siblings, 2 replies; 3+ messages in thread
From: Luca Boccassi @ 2018-11-02 12:35 UTC (permalink / raw)
  To: netdev; +Cc: stephen, dsahern

Follow the standard pattern, and respect user's verbosity setting.

Signed-off-by: Luca Boccassi <bluca@debian.org>
---
 testsuite/tools/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tools/Makefile b/testsuite/tools/Makefile
index e1d9bfef..85df69ec 100644
--- a/testsuite/tools/Makefile
+++ b/testsuite/tools/Makefile
@@ -3,7 +3,7 @@ CFLAGS=
 include ../../config.mk
 
 generate_nlmsg: generate_nlmsg.c ../../lib/libnetlink.c
-	$(CC) $(CPPFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) -I../../include -include../../include/uapi/linux/netlink.h -o $@ $^ -lmnl
+	$(QUIET_CC) $(CPPFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) -I../../include -include../../include/uapi/linux/netlink.h -o $@ $^ -lmnl
 
 clean:
 	rm -f generate_nlmsg
-- 
2.19.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-10  1:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-02 12:35 [PATCH iproute2 1/2] testsuite: build generate_nlmsg with QUIET_CC Luca Boccassi
2018-11-02 12:35 ` [PATCH iproute2 2/2] Pass CPPFLAGS to the compiler Luca Boccassi
2018-11-09 16:08 ` [PATCH iproute2 1/2] testsuite: build generate_nlmsg with QUIET_CC Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).