From 58cf74d7a30671217baa370f8c3f6a9e1715bb46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sun, 15 Jul 2018 03:42:26 +0200 Subject: [PATCH] Show gdisk output when printing partition tables --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f0e9d4b..ad5945b 100644 --- a/Makefile +++ b/Makefile @@ -292,7 +292,7 @@ build/os.fdisk: ${os_filename} build/check_makefile # * Recovery and transformation options # * print prOtective MBR table # * Quit - printf 'p\nr\no\nq\n' | gdisk $< > $@ + printf 'p\nr\no\nq\n' | gdisk $< | tee $@ build/os.offsets: ${offset_names:%=build/offsets/%.hex} build/check_makefile grep '^' ${offset_names:%=build/offsets/%.hex} | sed -e 's/:/: 0x/' > $@