]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Makefile: test -s flag and suppress echo when set.
authorNeilBrown <neilb@suse.com>
Wed, 5 Aug 2015 05:10:43 +0000 (15:10 +1000)
committerNeilBrown <neilb@suse.com>
Wed, 5 Aug 2015 05:10:43 +0000 (15:10 +1000)
commitccc93b33ca01b85b503cc9c81434967fabfa4330
tree8e1c873e3dd528a10393662e5b99adec99a47395
parent4a3a795a8b287c3817fec2f93b3be6329d146730
Makefile: test -s flag and suppress echo when set.

Some rules do their own tracing and so aren't affected
by -s.
So add a test for -s in MAKE_FLAGS and avoid echo when present.

Signed-off-by: NeilBrown <neilb@suse.com>
Makefile