don't be verbose on testimage target

This commit is contained in:
Harald Hoyer 2009-06-03 17:04:43 +02:00
parent 0a56724cd6
commit 8afc472432

View File

@ -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