public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] elf: Sort Makefile variables.
@ 2023-05-30 12:07 Carlos O'Donell
  2023-05-30 12:07 ` [PATCH v2 2/2] Add lint-makefiles Makefile linting test Carlos O'Donell
  2023-05-30 12:20 ` [PATCH v2 1/2] elf: Sort Makefile variables Florian Weimer
  0 siblings, 2 replies; 5+ messages in thread
From: Carlos O'Donell @ 2023-05-30 12:07 UTC (permalink / raw)
  To: libc-alpha, alx.manpages, fweimer; +Cc: Carlos O'Donell

Sort Makefile variables using scrips/sort-makefile-lines.py.

No code generation changes observed in non-test binary artifacts.
No regressions on x86_64 and i686.
---
 elf/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elf/Makefile b/elf/Makefile
index 3bfc305d98..c00e2ccfc5 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -274,8 +274,8 @@ tests-static-normal := \
   # tests-static-normal
 
 tests-static-internal := \
-  tst-dl_find_object-static \
   tst-dl-printf-static \
+  tst-dl_find_object-static \
   tst-ptrguard1-static \
   tst-stackguard1-static \
   tst-tls1-static \
-- 
2.40.1


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

end of thread, other threads:[~2023-05-30 13:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-30 12:07 [PATCH v2 1/2] elf: Sort Makefile variables Carlos O'Donell
2023-05-30 12:07 ` [PATCH v2 2/2] Add lint-makefiles Makefile linting test Carlos O'Donell
2023-05-30 12:25   ` Florian Weimer
2023-05-30 13:02     ` Carlos O'Donell
2023-05-30 12:20 ` [PATCH v2 1/2] elf: Sort Makefile variables Florian Weimer

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).