mirror of git://sourceware.org/git/glibc.git
elf: Add a comment after trailing backslashes
This commit is contained in:
parent
bfb5ed5df3
commit
f4f70c2895
|
@ -333,6 +333,7 @@ tests-cxx = \
|
||||||
tst-nodelete \
|
tst-nodelete \
|
||||||
tst-unique3 \
|
tst-unique3 \
|
||||||
tst-unique4 \
|
tst-unique4 \
|
||||||
|
# tests-cxx
|
||||||
|
|
||||||
tests += $(if $(CXX),$(tests-cxx))
|
tests += $(if $(CXX),$(tests-cxx))
|
||||||
tests-internal += loadtest unload unload2 circleload1 \
|
tests-internal += loadtest unload unload2 circleload1 \
|
||||||
|
@ -626,6 +627,7 @@ modules-names = \
|
||||||
vismod1 \
|
vismod1 \
|
||||||
vismod2 \
|
vismod2 \
|
||||||
vismod3 \
|
vismod3 \
|
||||||
|
# modules-names
|
||||||
|
|
||||||
modules-names-cxx = \
|
modules-names-cxx = \
|
||||||
tst-dlopen-nodelete-reloc-mod1 \
|
tst-dlopen-nodelete-reloc-mod1 \
|
||||||
|
@ -651,6 +653,7 @@ modules-names-cxx = \
|
||||||
tst-unique3lib \
|
tst-unique3lib \
|
||||||
tst-unique3lib2 \
|
tst-unique3lib2 \
|
||||||
tst-unique4lib \
|
tst-unique4lib \
|
||||||
|
# modules-names-cxx
|
||||||
|
|
||||||
modules-names += \
|
modules-names += \
|
||||||
$(if $(CXX),$(modules-names-cxx)) \
|
$(if $(CXX),$(modules-names-cxx)) \
|
||||||
|
@ -660,6 +663,7 @@ modules-names += \
|
||||||
$(tst-tls-many-dynamic-modules-dep-bad) \
|
$(tst-tls-many-dynamic-modules-dep-bad) \
|
||||||
$(tlsmod17a-modules) \
|
$(tlsmod17a-modules) \
|
||||||
$(tlsmod18a-modules) \
|
$(tlsmod18a-modules) \
|
||||||
|
# modules-names
|
||||||
|
|
||||||
# Most modules build with _ISOMAC defined, but those filtered out
|
# Most modules build with _ISOMAC defined, but those filtered out
|
||||||
# depend on internal headers.
|
# depend on internal headers.
|
||||||
|
|
Loading…
Reference in New Issue