aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-06-28 16:33:34 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-06-28 16:33:34 +0300
commit507b7aeade64016dfaaff0bfbf630eaeb4c0921e (patch)
tree1b014a5511ba4446ebd7298ea4fd67a7c2c08914 /NEWS
parent4d1f17d054fc6fe140fe261ffbfec581ad091eb8 (diff)
Minor NEWS file cleanups
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 52baf3f..d32a6dc 100644
--- a/NEWS
+++ b/NEWS
@@ -18,7 +18,7 @@ Version 0.16.0
# buildfile
#
lib{hello}: {hxx cxx}{*}
- lib{hello}: mm{*}: include = ($cxx.target.class == 'macos')
+ lib{hello}: mm{*}: include = ($cxx.target.class == 'macos')
Note also that while there is support for linking Objective-C/C++
executables and libraries, this is done using the C/C++ compiler driver
@@ -97,12 +97,12 @@ Version 0.16.0
If the recipe target is an explicit group (see the previous NEWS item),
then the dynamically extracted targets are added as its members.
Otherwise, the listed targets are added as ad hoc group members. In both
- cases the dynamically extract target is ignored if it is already specified
- as a static member or injected by a rule. Note that this functionality is
- not available in the --byproduct mode. See the depdb-dyndep builtin
- options description for details.
+ cases the dynamically extracted target is ignored if it is already
+ specified as a static member or injected by a rule. Note that this
+ functionality is not available in the --byproduct mode. See the
+ depdb-dyndep builtin options description for details.
- * New `lines` depdb-dyndep dependency format in addition to `make`.
+ * New `lines` depdb-dyndep dependency format in addition to `make`.
The `lines` format lists targets and/or prerequisites one per line. See
the depdb-dyndep builtin options description for details.