Page MenuHomePhabricator

build: Remove spaces from variable-printing rules
ClosedPublic

Authored by PiRK on May 26 2023, 09:17.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC3e0e9af88f7c: build: Remove spaces from variable-printing rules
Summary

This simplifies parsing when using these rules from scripts.

This is a backport of core#21304
https://github.com/bitcoin/bitcoin/pull/21304/commits/84912d4b24382ae022da3a863bd6caa2b8948d94

I was wondering why I had to add this space to find the SDK, when I initially tested guix.

Test Plan

With the Apple SDK in the expected directory:

HOSTS=x86_64-apple-darwin contrib/guix/guix-build

Check that it does not fail early because of not finding the SDK.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable