blob: 101371e36a2d9fa4e4da49f86f6f2d1437b378ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
From 511b244cc55074dc7f8476c39598d5d00811963e Mon Sep 17 00:00:00 2001
From: "H.J. Lu" <hjl.tools@gmail.com>
Date: Tue, 4 Jan 2022 06:58:34 -0800
Subject: [PATCH] elf: Add a comment after trailing backslashes
(cherry picked from commit f4f70c2895e3d325188a42c10eb7bb4335be6773)
---
elf/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/elf/Makefile b/elf/Makefile
index ec1cd49bb3..5859d47fc7 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -318,6 +318,7 @@ tests-cxx = \
tst-nodelete \
tst-unique3 \
tst-unique4 \
+# tests-cxx
tests += $(if $(CXX),$(tests-cxx))
tests-internal += loadtest unload unload2 circleload1 \
@@ -582,6 +583,7 @@ modules-names = \
vismod1 \
vismod2 \
vismod3 \
+# modules-names
modules-names-cxx = \
tst-dlopen-nodelete-reloc-mod1 \
@@ -607,6 +609,7 @@ modules-names-cxx = \
tst-unique3lib \
tst-unique3lib2 \
tst-unique4lib \
+# modules-names-cxx
modules-names += \
$(if $(CXX),$(modules-names-cxx)) \
@@ -616,6 +619,7 @@ modules-names += \
$(tst-tls-many-dynamic-modules-dep-bad) \
$(tlsmod17a-modules) \
$(tlsmod18a-modules) \
+# modules-names
# Most modules build with _ISOMAC defined, but those filtered out
# depend on internal headers.
--
2.27.0
|