From 08224de522b278761c73d50a0bc8010abc18e855 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Wed, 30 Oct 2013 20:39:00 +0000 Subject: images: Add a short circuit rule to make boot.iso for testing --- images/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'images/Makefile') 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 -- cgit v1.2.1