public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED 0/8] Reformat most used Makefiles.
@ 2023-05-16 12:48 Carlos O'Donell
  2023-05-16 12:48 ` [COMMITTED 1/8] elf: Reformat Makefile Carlos O'Donell
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Carlos O'Donell @ 2023-05-16 12:48 UTC (permalink / raw)
  To: libc-alpha; +Cc: Carlos O'Donell

The most commonly used Makefiles are already starting to be partly
converted to the new format that uses one value per line with the
trailing end comment. This series fixes the formatting issues present in
the most used Makefiles. The next step is a linting check that verifies
the files are sorted as expected.

Carlos O'Donell (8):
  elf: Reformat Makefile.
  debug: Reformat Makefile.
  misc: Reformat Makefile.
  socket: Reformat Makefile.
  stdio-common: Reformat Makefile.
  stdlib: Reformat Makefile.
  linux: Reformat Makefile.
  wcsmbs: Reformat Makefile.

 debug/Makefile                   |  34 ++--
 elf/Makefile                     |  70 ++++----
 misc/Makefile                    | 299 ++++++++++++++++++++++++-------
 socket/Makefile                  |  47 ++++-
 stdio-common/Makefile            |  30 ++--
 stdlib/Makefile                  |   6 +-
 sysdeps/unix/sysv/linux/Makefile |  13 +-
 wcsmbs/Makefile                  |  29 ++-
 8 files changed, 376 insertions(+), 152 deletions(-)

-- 
2.40.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-05-16 12:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-16 12:48 [COMMITTED 0/8] Reformat most used Makefiles Carlos O'Donell
2023-05-16 12:48 ` [COMMITTED 1/8] elf: Reformat Makefile Carlos O'Donell
2023-05-16 12:48 ` [COMMITTED 2/8] debug: " Carlos O'Donell
2023-05-16 12:48 ` [COMMITTED 3/8] misc: " Carlos O'Donell
2023-05-16 12:48 ` [COMMITTED 4/8] socket: " Carlos O'Donell
2023-05-16 12:48 ` [COMMITTED 5/8] stdio-common: " Carlos O'Donell
2023-05-16 12:48 ` [COMMITTED 6/8] stdlib: " Carlos O'Donell
2023-05-16 12:48 ` [COMMITTED 7/8] linux: " Carlos O'Donell
2023-05-16 12:48 ` [COMMITTED 8/8] wcsmbs: " Carlos O'Donell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).