From 56f27c485707bbe4f2bcc044708d4b40302d3f66 Mon Sep 17 00:00:00 2001 From: Andrea Righi Date: Sat, 11 Feb 2023 12:40:47 +0100 Subject: [PATCH] UBUNTU: [Packaging] run rustavailable target as debugging before build BugLink: https://bugs.launchpad.net/bugs/2007654 Signed-off-by: Andrea Righi --- debian/rules.d/2-binary-arch.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules.d/2-binary-arch.mk b/debian/rules.d/2-binary-arch.mk index e9d7b0f5557c..33a63097fc0b 100644 --- a/debian/rules.d/2-binary-arch.mk +++ b/debian/rules.d/2-binary-arch.mk @@ -36,6 +36,7 @@ $(stampdir)/stamp-prepare-tree-%: debian/scripts/fix-filenames sed -ie 's/.*CONFIG_UBUNTU_ODM_DRIVERS.*/# CONFIG_UBUNTU_ODM_DRIVERS is not set/' \ $(builddir)/build-$*/.config find $(builddir)/build-$* -name "*.ko" | xargs rm -f + $(build_cd) $(kmake) $(build_O) $(conc_level) rustavailable $(build_cd) $(kmake) $(build_O) $(conc_level) olddefconfig touch $@