From: Harald Hoyer Date: Thu, 5 Mar 2009 10:07:52 +0000 (+0100) Subject: add compile phase to testimage and force overwrite X-Git-Tag: 0.1~376 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f525c49059f2fb6ef8fd17204defd1e940b4ee0;p=thirdparty%2Fdracut.git add compile phase to testimage and force overwrite --- diff --git a/Makefile b/Makefile index d01eaba2a..a2544ae3a 100644 --- a/Makefile +++ b/Makefile @@ -28,5 +28,5 @@ dracut-$(VERSION)-$(GITVERSION).tar.bz2: rpm: dracut-$(VERSION)-$(GITVERSION).tar.bz2 rpmbuild --define "_topdir $$PWD" --define "_sourcedir $$PWD" --define "_specdir $$PWD" --define "_builddir $$PWD" --define "_srcrpmdir $$PWD" --define "_rpmdir $$PWD" --define "gittag $(GITVERSION)" -ba dracut.spec -testimage: - ./dracut -l test.img $(uname -r) +testimage: all + ./dracut -l -f test.img $(uname -r)