summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
Diffstat (limited to 'images')
-rw-r--r--images/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/images/Makefile b/images/Makefile
index c25e965bd..29c20e904 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -8,6 +8,11 @@ IMAGES_DEST = $(ROOTDEST)/install/images
all: images
+boot.iso: images/boot.iso
+
+images/boot.iso: all.kernels/.list make_boot_img
+ DISTRIB_DESCR=$(DISTRIB_DESCR) DISTRIB_VERSION=$(DISTRIB_VERSION) ./make_boot_img images/boot.iso
+
images: all.kernels/.list
DISTRIB_DESCR=$(DISTRIB_DESCR) DISTRIB_VERSION=$(DISTRIB_VERSION) ./make_boot_img
rm -rf images/alternatives
@@ -37,3 +42,5 @@ install:
rm -rf $(ROOTDEST)/isolinux
cp -af isolinux $(ROOTDEST)
endif
+
+.PHONY: boot.iso install clean dist tar images