]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
don't be verbose on testimage target
authorHarald Hoyer <harald@redhat.com>
Wed, 3 Jun 2009 15:04:43 +0000 (17:04 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 3 Jun 2009 15:04:43 +0000 (17:04 +0200)
Makefile

index 0208d6dd37d9a48c94f9aabee33dfb161795c23a..5b1c00d7adbb264eb0d7b763ab439675ba6c9b6a 100644 (file)
--- 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