summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2020-05-01 22:15:38 (GMT)
committerMats Wichmann <mats@linux.com>2020-05-01 22:15:38 (GMT)
commit4da50b0a3d2d1f616a28a50740d3db9279b36784 (patch)
treecad9bbad111fe7740974979f767375b1255ebe2f /src
parentdb16f4557b7c816cba466f2e009930017e4aac72 (diff)
downloadSCons-4da50b0a3d2d1f616a28a50740d3db9279b36784.zip
SCons-4da50b0a3d2d1f616a28a50740d3db9279b36784.tar.gz
SCons-4da50b0a3d2d1f616a28a50740d3db9279b36784.tar.bz2
[doc] Update description of ARCOMSTR [ci skip]
fixes #3636 Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/CHANGES.txt2
-rw-r--r--src/engine/SCons/Tool/ar.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 7712902..a65aeb7 100755
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -122,7 +122,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
(used to call telemetry script).
- Docbook builder provides a fallback if lxml fails to generate
a document with tostring().
-
+ - Fix description of ARCOMSTR constr. var. (issue 3636)
diff --git a/src/engine/SCons/Tool/ar.xml b/src/engine/SCons/Tool/ar.xml
index 6731397..928a6fc 100644
--- a/src/engine/SCons/Tool/ar.xml
+++ b/src/engine/SCons/Tool/ar.xml
@@ -62,8 +62,8 @@ The command line used to generate a static library from object files.
<cvar name="ARCOMSTR">
<summary>
<para>
-The string displayed when an object file
-is generated from an assembly-language source file.
+The string displayed when a static library is
+generated from object files.
If this is not set, then &cv-link-ARCOM; (the command line) is displayed.
</para>