mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-24 14:41:06 +08:00
Remove duplicates from binaries-shared-tests when creating make rules
This avoids a warning from make because binaries-shared-tests contains both $(tests-container) and $(tests-internal).
This commit is contained in:
parent
70b6488551
commit
fb3d821afa
2
Rules
2
Rules
@ -241,7 +241,7 @@ $(addprefix $(objpfx),$(binaries-shared-notests)): %: %.o \
|
||||
endif
|
||||
|
||||
ifneq "$(strip $(binaries-shared-tests))" ""
|
||||
$(addprefix $(objpfx),$(binaries-shared-tests)): %: %.o \
|
||||
$(addprefix $(objpfx),$(sort $(binaries-shared-tests))): %: %.o \
|
||||
$(link-extra-libs-tests) \
|
||||
$(sort $(filter $(common-objpfx)lib%,$(link-libc))) \
|
||||
$(addprefix $(csu-objpfx),start.o) $(+preinit) $(+postinit)
|
||||
|
Loading…
x
Reference in New Issue
Block a user