summaryrefslogtreecommitdiffstats
path: root/src/liburing/Makefile.quiet
blob: 8eac349a84fc4aceeefe6ee07bd9ebe92b094942 (plain)
1
2
3
4
5
6
7
8
9
10
ifneq ($(findstring $(MAKEFLAGS),s),s)
ifndef V
	QUIET_CC	= @echo '    '   CC $@;
	QUIET_LINK	= @echo '  '   LINK $@;
	QUIET_AR	= @echo '    '   AR $@;
	QUIET_RANLIB	= @echo '' RANLIB $@;
endif
endif