summaryrefslogtreecommitdiffstats
path: root/SCons
diff options
context:
space:
mode:
authorAlex Thiessen <alex.thiessen.de+github@gmail.com>2024-11-15 13:59:38 (GMT)
committerAlex Thiessen <alex.thiessen.de+github@gmail.com>2024-11-15 15:07:51 (GMT)
commitff44c3b4649ca0c0814399ffe535540f3ba4f612 (patch)
treec1191bd9b459cc6d1c178714c3e7bcd72302f470 /SCons
parent9934570fda75537dc392b7b4fc2367606be2759b (diff)
downloadSCons-ff44c3b4649ca0c0814399ffe535540f3ba4f612.zip
SCons-ff44c3b4649ca0c0814399ffe535540f3ba4f612.tar.gz
SCons-ff44c3b4649ca0c0814399ffe535540f3ba4f612.tar.bz2
*.xml: Hyphenate `out of date`
This seems to be a compound adjective which usually gets a hyphen.
Diffstat (limited to 'SCons')
-rw-r--r--SCons/Environment.xml12
-rw-r--r--SCons/Tool/javac.xml2
2 files changed, 7 insertions, 7 deletions
diff --git a/SCons/Environment.xml b/SCons/Environment.xml
index 9054c2e..9248721 100644
--- a/SCons/Environment.xml
+++ b/SCons/Environment.xml
@@ -513,7 +513,7 @@ env.Alias('update', ['file1', 'file2'], "update_database $SOURCES")
<para>
Marks each given
<parameter>target</parameter>
-so that it is always assumed to be out of date,
+so that it is always assumed to be out-of-date,
and will always be rebuilt if needed.
Note, however, that
&f-AlwaysBuild;
@@ -1339,7 +1339,7 @@ that specify a predefined decider function:
<term><literal>"content"</literal></term>
<listitem>
<para>
-Specifies that a target shall be considered out of date and rebuilt
+Specifies that a target shall be considered out-of-date and rebuilt
if the dependency's content has changed since the last time
the target was built,
as determined by performing a checksum
@@ -1361,7 +1361,7 @@ can still be used as a synonym, but is deprecated.
<term><literal>"content-timestamp"</literal></term>
<listitem>
<para>
-Specifies that a target shall be considered out of date and rebuilt
+Specifies that a target shall be considered out-of-date and rebuilt
if the dependency's content has changed since the last time
the target was built,
except that dependencies with a timestamp that matches
@@ -1398,7 +1398,7 @@ can still be used as a synonym, but is deprecated.
<term><literal>"timestamp-newer"</literal></term>
<listitem>
<para>
-Specifies that a target shall be considered out of date and rebuilt
+Specifies that a target shall be considered out-of-date and rebuilt
if the dependency's timestamp is newer than the target file's timestamp.
This is the behavior of the classic Make utility,
and
@@ -1412,7 +1412,7 @@ can be used a synonym for
<term><literal>"timestamp-match"</literal></term>
<listitem>
<para>
-Specifies that a target shall be considered out of date and rebuilt
+Specifies that a target shall be considered out-of-date and rebuilt
if the dependency's timestamp is different than the
timestamp recorded the last time the target was built.
This provides behavior very similar to the classic Make utility
@@ -3602,7 +3602,7 @@ Returns a Node object representing the specified &Python;
Value Nodes can be used as dependencies of targets.
If the string representation of the Value Node
changes between &SCons; runs, it is considered
-out of date and any targets depending on it will be rebuilt.
+out-of-date and any targets depending on it will be rebuilt.
Since Value Nodes have no filesystem representation,
timestamps are not used; the timestamp deciders
perform the same content-based up to date check.
diff --git a/SCons/Tool/javac.xml b/SCons/Tool/javac.xml
index b6b3f6e..af1fc31 100644
--- a/SCons/Tool/javac.xml
+++ b/SCons/Tool/javac.xml
@@ -364,7 +364,7 @@ env = Environment(JAVACCOMSTR="Compiling class files $TARGETS from $SOURCES")
that &SCons; expects will be generated by the &javac; compiler.
Setting &cv-JAVAVERSION; to a version greater than
<literal>1.4</literal> makes &SCons; realize that a build
- with such a compiler is actually up to date.
+ with such a compiler is actually up-to-date.
The default is <literal>1.4</literal>.
</para>
<para>