From: Harald Hoyer Date: Mon, 25 May 2009 10:11:27 +0000 (+0200) Subject: create test/initramfs.testing from Makefile target X-Git-Tag: 0.1~199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce743a71cc452ebb82c46ed26b6b25be8183ba95;p=thirdparty%2Fdracut.git create test/initramfs.testing from Makefile target --- diff --git a/Makefile b/Makefile index d46dc8aac..5f9878d1c 100644 --- a/Makefile +++ b/Makefile @@ -34,9 +34,12 @@ rpm: dracut-$(VERSION)-$(GITVERSION).tar.bz2 rpmbuild --define "_topdir $$PWD" --define "_sourcedir $$PWD" --define "_specdir $$PWD" --define "_srcrpmdir $$PWD" --define "_rpmdir $$PWD" --define "gittag $(GITVERSION)" -ba dracut.spec rm -fr BUILD BUILDROOT -test: test/root.ext2 all +test: test/root.ext2 test/initramfs.testing all sudo APPEND="$(APPEND)" DRACUTOPTS="$(DRACUTOPTS)" test/test-initramfs +test/initramfs.testing: + sudo ./dracut $(DRACUTOPTS) -c test/dracut.conf.test -l -f test/initramfs.testing + test/root.ext2: test/test-init test/make-test-root sudo test/make-test-root