From: Harald Hoyer Date: Thu, 5 Mar 2009 13:20:05 +0000 (+0100) Subject: testimage target fixes X-Git-Tag: 0.1~373 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ac8d68a0e20dcba11af195b4d661dd22df64cbe;p=thirdparty%2Fdracut.git testimage target fixes --- diff --git a/Makefile b/Makefile index f953fadd6..0f765d905 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ install: clean: rm -f *~ rm -f modules.d/99base/switch_root + rm -f test-*.img archive: dracut-$(VERSION)-$(GITVERSION).tar.bz2 @@ -30,4 +31,5 @@ rpm: dracut-$(VERSION)-$(GITVERSION).tar.bz2 rm -fr BUILD BUILDROOT testimage: all - ./dracut -l -f test.img $(uname -r) + ./dracut -l -f test-$(shell uname -r).img $(shell uname -r) + @echo wrote test-$(shell uname -r).img