Message ID | 20230530120759.2150593-1-carlos@redhat.com |
---|---|
State | New |
Headers | show |
Series | [v2,1/2] elf: Sort Makefile variables. | expand |
* 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 \ Okay, Reviewed-by: Florian Weimer <fweimer@redhat.com> Thanks, Florian
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 \