diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2022-02-24 14:10:45 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2022-02-25 10:35:45 -0800 |
commit | 1fe00d3eb602a0754873b536dc92fb6226759ee4 (patch) | |
tree | 9ac924ea02427b8d752cea8269e1e011d8cac452 /elf | |
parent | c12c2a41b0bf626f50265e67d3393e1607c9cc77 (diff) | |
download | glibc-1fe00d3eb602a0754873b536dc92fb6226759ee4.tar.gz glibc-1fe00d3eb602a0754873b536dc92fb6226759ee4.tar.xz glibc-1fe00d3eb602a0754873b536dc92fb6226759ee4.zip |
build: Properly generate .d dependency files [BZ #28922]
1. Also generate .d dependency files for $(tests-container) and $(tests-printers). 2. elf: Add tst-auditmod17.os to extra-test-objs. 3. iconv: Add tst-gconv-init-failure-mod.os to extra-test-objs. 4. malloc: Rename extra-tests-objs to extra-test-objs. 5. linux: Add tst-sysconf-iov_max-uapi.o to extra-test-objs. 6. x86_64: Add tst-x86_64mod-1.o, tst-platformmod-2.o, test-libmvec.o, test-libmvec-avx.o, test-libmvec-avx2.o and test-libmvec-avx512f.o to extra-test-objs. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile index bff94954c9..281551d380 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -888,6 +888,9 @@ modules-names += \ modules-names-tests = $(filter-out ifuncmod% tst-tlsmod%,\ $(modules-names)) +# For +depfiles in Makerules. +extra-test-objs += tst-auditmod17.os + ifeq (yes,$(have-mtls-dialect-gnu2)) tests += tst-gnu2-tls1 modules-names += tst-gnu2-tls1mod |