From: Harald Hoyer Date: Wed, 3 Jun 2009 15:04:43 +0000 (+0200) Subject: don't be verbose on testimage target X-Git-Tag: 0.1~122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8afc47243212382139574abc38680480967a85d4;p=thirdparty%2Fdracut.git don't be verbose on testimage target --- diff --git a/Makefile b/Makefile index 0208d6dd3..5b1c00d7a 100644 --- a/Makefile +++ b/Makefile @@ -40,5 +40,5 @@ check: all make -C test check testimage: all - ./dracut -v -l -f test-$(shell uname -r).img $(shell uname -r) + ./dracut -l -f test-$(shell uname -r).img $(shell uname -r) @echo wrote test-$(shell uname -r).img