summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2009-03-20 03:40:02 -0500
committerVictor Lowther <victor.lowther@gmail.com>2009-03-20 03:40:02 -0500
commit0abfff0ddf9147ea6d8affb712447ed61966c079 (patch)
treee1862c31403b9de4ca07a95eb3350f8fccdbea06 /Makefile
parent46202840737f8bbf658f297522a9cd0ffa78acc8 (diff)
Don't regenerate the test image when anything changes
Only regenerate it if we changed test-init or make-test-root
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45ad1a5..0474ede 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