[PATCH 1/2] nss: Do not mention NSS test modules in <gnu/lib-names.h>

Florian Weimer fweimer@redhat.com
Thu Mar 10 13:39:58 GMT 2022


* Andreas Schwab:

> On Mär 10 2022, Florian Weimer via Libc-alpha wrote:
>
>> diff --git a/nss/Makefile b/nss/Makefile
>> index 552e5d03e1..4125d13f87 100644
>> --- a/nss/Makefile
>> +++ b/nss/Makefile
>> @@ -171,24 +171,21 @@ $(objpfx)/libnss_test1.so: $(objpfx)nss_test1.os $(link-libc-deps)
>>  $(objpfx)/libnss_test2.so: $(objpfx)nss_test2.os $(link-libc-deps)
>>  	$(build-module)
>>  $(objpfx)nss_test2.os : nss_test1.c
>> -ifdef libnss_test1.so-version
>> -$(objpfx)/libnss_test1.so$(libnss_test1.so-version): $(objpfx)/libnss_test1.so
>> +# The .2 suffix comes from the nss_files version in shlib-versions.
>
> Aka $(libnss_files.so-version).

I think we want to remove this eventually because the object is empty.

Thanks,
Florian



More information about the Libc-alpha mailing list