[v1b,0/3] Makeconfig: reflow and other whitespace changes

Message ID 20230717200220.569481-1-alx@kernel.org
Headers
Series Makeconfig: reflow and other whitespace changes |

Message

Alejandro Colomar July 17, 2023, 8:02 p.m. UTC
  This is a spin-off from the patch set in [1], as suggested by Adhemerval.
I used v1b, to mark that it's v1 of the spin-off.

This patch set depends on [2].

[1]: <https://inbox.sourceware.org/libc-alpha/24a77842-d991-6357-7c88-143b113a22df@linaro.org/T/#m0f23a066331ffd792374b4d3e2830440f9caeab2>
[2]: <https://inbox.sourceware.org/libc-alpha/20230711205652.46362-1-alx@kernel.org/T/#u>

Disclaimer: I only tested it lightly: configure + make.

Alejandro Colomar (3):
  Makeconfig: Use a space before a newline escape
  Makeconfig: Use one line per token
  Makeconfig: Use spaces consistently before =

 Makeconfig | 643 ++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 469 insertions(+), 174 deletions(-)

Range-diff (compared to [1]):
1:  55d7caa944 < -:  ---------- Makeconfig: Use one line per token
2:  efb21da36c < -:  ---------- Makeconfig: Compile glibc with -fno-delete-null-pointer-checks
-:  ---------- > 1:  dd70347aaa Makeconfig: Use a space before a newline escape
-:  ---------- > 2:  eb0ccc5b82 Makeconfig: Use one line per token
-:  ---------- > 3:  3dde03c104 Makeconfig: Use spaces consistently before =
  

Comments

Alejandro Colomar July 17, 2023, 8:04 p.m. UTC | #1
On 2023-07-17 22:02, Alejandro Colomar wrote:
> This is a spin-off from the patch set in [1], as suggested by Adhemerval.
> I used v1b, to mark that it's v1 of the spin-off.
> 
> This patch set depends on [2].

Oops, accidentally I sent [2] again as 1/3 in this patch.  I can close the
other thread, so we consider it all together in this set.

Cheers,
Alex

> 
> [1]: <https://inbox.sourceware.org/libc-alpha/24a77842-d991-6357-7c88-143b113a22df@linaro.org/T/#m0f23a066331ffd792374b4d3e2830440f9caeab2>
> [2]: <https://inbox.sourceware.org/libc-alpha/20230711205652.46362-1-alx@kernel.org/T/#u>
> 
> Disclaimer: I only tested it lightly: configure + make.
> 
> Alejandro Colomar (3):
>   Makeconfig: Use a space before a newline escape
>   Makeconfig: Use one line per token
>   Makeconfig: Use spaces consistently before =
> 
>  Makeconfig | 643 ++++++++++++++++++++++++++++++++++++++---------------
>  1 file changed, 469 insertions(+), 174 deletions(-)
> 
> Range-diff (compared to [1]):
> 1:  55d7caa944 < -:  ---------- Makeconfig: Use one line per token
> 2:  efb21da36c < -:  ---------- Makeconfig: Compile glibc with -fno-delete-null-pointer-checks
> -:  ---------- > 1:  dd70347aaa Makeconfig: Use a space before a newline escape
> -:  ---------- > 2:  eb0ccc5b82 Makeconfig: Use one line per token
> -:  ---------- > 3:  3dde03c104 Makeconfig: Use spaces consistently before =