From 2f696872c3fac1eac031d2e6af3ba997514c0278 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Fri, 6 Oct 2017 23:08:54 -0700 Subject: [PATCH] Makefile: Remove buggy stamps detection, manual sequencing is required for platform targets --- Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 1fe9fdc..774bdc9 100644 --- a/Makefile +++ b/Makefile @@ -52,22 +52,15 @@ rootfs-all-print: void-%-ROOTFS-$(DATE).tar.xz: $(SCRIPTS) $(SUDO) ./mkrootfs.sh $(XBPS_REPOSITORY) -x $(COMPRESSOR_THREADS) $* - mkdir -p stamps - touch stamps/rootfs-$*-$(DATE)-stamp -platformfs-all: rootfs-all $(ALL_PLATFORMFS) +platformfs-all: $(ALL_PLATFORMFS) platformfs-all-print: @echo $(ALL_PLATFORMFS) | sed "s: :\n:g" -void-%-PLATFORMFS-$(DATE).tar.xz: $(SCRIPTS) stamps/rootfs-%-$(DATE)-stamp +void-%-PLATFORMFS-$(DATE).tar.xz: $(SCRIPTS) $(SUDO) ./mkplatformfs.sh $(XBPS_REPOSITORY) -x $(COMPRESSOR_THREADS) $* void-$(shell ./lib.sh platform2arch $*)-ROOTFS-$(DATE).tar.xz -stamps/rootfs-%-$(DATE)-stamp: -# This rule exists because you can't do the shell expansion in the -# dependent rule resolution stage - $(MAKE) void-$(shell ./lib.sh platform2arch $*)-ROOTFS-$(DATE).tar.xz - images-all: platformfs-all images-all-sbc images-all-cloud images-all-sbc: $(ALL_SBC_IMAGES)