diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-16 16:06:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-16 16:06:01 +0200 |
commit | e6c9442dcc1ed481295405d13e599c22ae8d065c (patch) | |
tree | 15835fb2b2ba30f166be910214a6e6770d45969b | |
parent | e7635993824a57f9972efff2247d732ce8825896 (diff) |
Tweak NEWS file some more
-rw-r--r-- | NEWS | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -74,11 +74,12 @@ Version 0.13.0 obje{foo}: cxx{foo} obje{bar}: cxx{bar} - exe{ld}: obje{ld ld1} + + <exe{test} file{test.map}>: obje{foo bar} {{ - diag ld $> - $cxx.path $cc.loptions $cxx.loptions $cxx.mode -o $path($>) $path($<) \ - $cxx.libs $cc.libs + diag ld ($>[0]) + $cxx.path $cc.loptions $cxx.loptions $cxx.mode -o $path($>[0]) \ + "-Wl,-Map=$path($>[1])" $path($<) $cxx.libs $cc.libs }} While the above examples are all for the update operation, ad hoc recipes @@ -106,7 +107,7 @@ Version 0.13.0 } }} - Note that in this release support for ad hoc recipe is at the "technology + Note that in this release support for ad hoc recipes is at the "technology preview" stage. In particular, there is no documentation and there might be some rough edges. |