ACK: [SRU][J][PATCH] UBUNTU: [Packaging] fix typo when calling the old config-check
Andrei Gherzan
andrei.gherzan at canonical.com
Tue May 23 11:30:36 UTC 2023
On 23/05/23 09:31AM, Andrea Righi wrote:
> BugLink: https://bugs.launchpad.net/bugs/2020413
>
> During the backport of the new annotations model patch set we have
> introduced a typo in the execution of the old config-check perl script.
>
> Fix the typo: @perl -> perl.
>
> This bug can be hit only if we are still using the old
> configs+annotations model and we opt to not migrate to the new model.
>
> Signed-off-by: Andrea Righi <andrea.righi at canonical.com>
> ---
> debian/rules.d/4-checks.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/debian/rules.d/4-checks.mk b/debian/rules.d/4-checks.mk
> index 52e790d5d72f..5606745afef7 100644
> --- a/debian/rules.d/4-checks.mk
> +++ b/debian/rules.d/4-checks.mk
> @@ -30,7 +30,7 @@ checks-%: module-check-% module-signature-check-% abi-check-% retpoline-check-%
> config-prepare-check-%: $(stampdir)/stamp-prepare-tree-%
> @echo Debug: $@
> if [ -e $(commonconfdir)/config.common.ubuntu ]; then \
> - @perl -f $(DROOT)/scripts/config-check \
> + perl -f $(DROOT)/scripts/config-check \
> $(builddir)/build-$*/.config "$(arch)" "$*" "$(commonconfdir)" \
> "$(skipconfig)" "$(do_enforce_all)" \
> else \
> --
> 2.39.2
Acked-by: Andrei Gherzan <andrei.gherzan at canonical.com>
--
Andrei Gherzan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20230523/3d3a25eb/attachment.sig>
More information about the kernel-team
mailing list