Package: src:u-boot
Followup-For: Bug #979652
With the attachment...
>From d755cd4cd713d63ea6671426276e6e4fe12863e2 Mon Sep 17 00:00:00 2001
From: Nicolas Boulenguez <[email protected]>
Date: Sat, 9 Jan 2021 19:19:12 +0100
Subject: Remove obsolete maketargets variable
diff --git a/debian/rules b/debian/rules
index 19a61e3cb7..3170f311af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,7 +74,6 @@ build-targets: configs/novena-rawsd_defconfig
configs/am335x_boneblack_defconfig
*) targets="$$targets uboot.elf" ;\
;; \
esac;\
- maketargets="all" ;\
case $$subarch in \
-) subpackage="u-boot" ;\
;; \
@@ -100,7 +99,7 @@ build-targets: configs/novena-rawsd_defconfig
configs/am335x_boneblack_defconfig
mkdir -p $$builddir; \
$(MAKE) V=$(VERBOSE) O=$$builddir $${platform}_defconfig; \
sed -i -e 's,CONFIG_FIT_SIGNATURE=y,# CONFIG_FIT_SIGNATURE is
not set,g' $$builddir/.config; \
- $(MAKE) V=$(VERBOSE) $(DEB_UBOOT_FLAGS) O=$$builddir
$${maketargets}; \
+ $(MAKE) V=$(VERBOSE) $(DEB_UBOOT_FLAGS) O=$$builddir; \
case "$$targets" in \
*uboot.elf*) \
install -m 644 $$builddir/u-boot
$$builddir/uboot.elf; \