]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Don't regenerate the test image when anything changes
authorVictor Lowther <victor.lowther@gmail.com>
Fri, 20 Mar 2009 08:40:02 +0000 (03:40 -0500)
committerVictor Lowther <victor.lowther@gmail.com>
Fri, 20 Mar 2009 08:40:02 +0000 (03:40 -0500)
Only regenerate it if we changed test-init or make-test-root

Makefile

index 45ad1a5148a583630968389f405169ceb8503a92..0474edeba7eb5d2506a4e7313aa4eb98d65e7447 100644 (file)
--- 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