From 702e7e3681dbf6356fa722102086289776115971 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Sun, 24 Jun 2018 21:51:35 +0200 Subject: [PATCH] split partition creation in separate jobs --- Makefile | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 5ea6b7c..33d5dd1 100644 --- a/Makefile +++ b/Makefile @@ -46,18 +46,25 @@ stretch_%.squashfs: stretch_%_config/ rm "$@" || true mksquashfs "$<" "$@" -comp xz -/dev/sd%: partitions vmlinuz initrd.img syslinux.cfg .FORCE - mkdir mount +/dev/sd%: partitions .FORCE sfdisk ${@}