From 8240a836e11e892e17025878fb0682af8d761642 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Fri, 27 Feb 2015 20:10:20 +0000 Subject: [PATCH] Makefile:$(RAW_IMAGE) add stage4 tarball as a dependency. If not then re-making the image won't happen if the image already exists but older than the stage4. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 17478a4..a324654 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,8 @@ unexport PKGDIR ARCH all: image -$(RAW_IMAGE): +$(RAW_IMAGE): $(STAGE4_TARBALL) + rm -f $(RAW_IMAGE) qemu-img create -f raw $(RAW_IMAGE).tmp $(DISK_SIZE) mv $(RAW_IMAGE).tmp $(RAW_IMAGE)