]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
UBUNTU: [Packaging] Fix config file assembly
authorJuerg Haefliger <juerg.haefliger@canonical.com>
Wed, 22 Jan 2020 07:32:00 +0000 (08:32 +0100)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Fri, 14 Feb 2020 11:38:02 +0000 (12:38 +0100)
commitd2f735f43991f96cdafa90a041c96822e5c71a7f
treecb3eeb11316e187d75c1c686cd28b729984c7157
parent3645d0da8568543b4b90d5f10883c6d36ada0c06
UBUNTU: [Packaging] Fix config file assembly

Commit 'UBUNTU: [Packaging] dkms -- switch to a consistent build prefix
length and strip' introduced a helper tool fix-filenames which was added as
a prerequisite to the $(stampdir)/stamp-prepare-tree-% rule. This rule
generates the config file by concatenating all prereqs together
(cat $^ ...) including the fix-filenames binary blob which results in
warnings like:

scripts/kconfig/conf  --silentoldconfig Kconfig
.config:8536:warning: unexpected data: ^?ELF^B^A^A
.config:8073:warning: unexpected data:
.config:8537:warning: unexpected data:
.config:8538:warning: unexpected data:
.config:8539:warning: unexpected data:

This is certainly not what we want, fix it.

Ignore: yes
Signed-off-by: Juerg Haefliger <juergh@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Seth Forshee <seth.forshee@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
debian/rules.d/2-binary-arch.mk