summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-10-30 20:39:00 +0000
committerColin Guthrie <colin@mageia.org>2013-10-30 20:39:00 +0000
commit08224de522b278761c73d50a0bc8010abc18e855 (patch)
tree31116cf255ccce003e58bb5ce124c0618eeae1e7
parent4fcf71c999dc5970a7ecce93ea51a9a4f4058b4f (diff)
downloaddrakx-08224de522b278761c73d50a0bc8010abc18e855.tar
drakx-08224de522b278761c73d50a0bc8010abc18e855.tar.gz
drakx-08224de522b278761c73d50a0bc8010abc18e855.tar.bz2
drakx-08224de522b278761c73d50a0bc8010abc18e855.tar.xz
drakx-08224de522b278761c73d50a0bc8010abc18e855.zip
images: Add a short circuit rule to make boot.iso for testing
-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