From: Victor Lowther Date: Fri, 20 Mar 2009 08:40:02 +0000 (-0500) Subject: Don't regenerate the test image when anything changes X-Git-Tag: 0.1~282^2~12^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0abfff0ddf9147ea6d8affb712447ed61966c079;p=thirdparty%2Fdracut.git Don't regenerate the test image when anything changes Only regenerate it if we changed test-init or make-test-root --- diff --git a/Makefile b/Makefile index 45ad1a514..0474edeba 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ rpm: dracut-$(VERSION)-$(GITVERSION).tar.bz2 test: test/root.ext2 all sudo test/test-initramfs -test/root.ext2: test/test-init test/make-test-root all +test/root.ext2: test/test-init test/make-test-root sudo test/make-test-root testimage: all