Don't regenerate the test image when anything changes

Only regenerate it if we changed test-init or make-test-root
master
Victor Lowther 2009-03-20 03:40:02 -05:00
parent 4620284073
commit 0abfff0ddf
1 changed files with 1 additions and 1 deletions

View File

@ -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