From db7ec7515b9e5d34f2370e02782d405521bea98c Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Tue, 24 Jan 2017 17:22:12 +0300 Subject: [PATCH] build-distro: ensure prerequisites' order ...just in case (make doesn't guarantee that it's left-to-right for normal-prerequisites so make them order-only-prerequisites). --- features.in/build-distro/lib/90-build-distro.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features.in/build-distro/lib/90-build-distro.mk b/features.in/build-distro/lib/90-build-distro.mk index 7f8504a3..c7ea5ecd 100644 --- a/features.in/build-distro/lib/90-build-distro.mk +++ b/features.in/build-distro/lib/90-build-distro.mk @@ -17,10 +17,10 @@ DATE_F := $(shell date +%F) BOOT_TYPE := isolinux -all: $(GLOBAL_DEBUG) prep copy-subdirs copy-tree run-scripts pack-image \ +all: | $(GLOBAL_DEBUG) prep copy-subdirs copy-tree run-scripts pack-image \ postprocess $(GLOBAL_CLEAN_WORKDIR) -prep: $(GLOBAL_DEBUG) dot-disk $(WHATEVER) +prep: | $(GLOBAL_DEBUG) dot-disk $(WHATEVER) # can't use mp-showref which belongs to the metaprofile dot-disk: