abe59f
commit f4f70c2895e3d325188a42c10eb7bb4335be6773
abe59f
Author: H.J. Lu <hjl.tools@gmail.com>
abe59f
Date:   Tue Jan 4 06:58:34 2022 -0800
abe59f
abe59f
    elf: Add a comment after trailing backslashes
abe59f
abe59f
diff --git a/elf/Makefile b/elf/Makefile
abe59f
index 4ec4e9a049156755..53faca4585220048 100644
abe59f
--- a/elf/Makefile
abe59f
+++ b/elf/Makefile
abe59f
@@ -308,6 +308,7 @@ tests-cxx = \
abe59f
   tst-nodelete \
abe59f
   tst-unique3 \
abe59f
   tst-unique4 \
abe59f
+# tests-cxx
abe59f
 
abe59f
 tests += $(if $(CXX),$(tests-cxx))
abe59f
 tests-internal += loadtest unload unload2 circleload1 \
abe59f
@@ -580,6 +581,7 @@ modules-names = \
abe59f
   vismod1 \
abe59f
   vismod2 \
abe59f
   vismod3 \
abe59f
+# modules-names
abe59f
 
abe59f
 modules-names-cxx = \
abe59f
   tst-dlopen-nodelete-reloc-mod1 \
abe59f
@@ -605,6 +607,7 @@ modules-names-cxx = \
abe59f
   tst-unique3lib \
abe59f
   tst-unique3lib2 \
abe59f
   tst-unique4lib \
abe59f
+# modules-names-cxx
abe59f
 
abe59f
 modules-names += \
abe59f
   $(if $(CXX),$(modules-names-cxx)) \
abe59f
@@ -614,6 +617,7 @@ modules-names += \
abe59f
   $(tst-tls-many-dynamic-modules-dep-bad) \
abe59f
   $(tlsmod17a-modules) \
abe59f
   $(tlsmod18a-modules) \
abe59f
+# modules-names
abe59f
 
abe59f
 # Most modules build with _ISOMAC defined, but those filtered out
abe59f
 # depend on internal headers.