From e6c9442dcc1ed481295405d13e599c22ae8d065c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 16 Jul 2020 16:06:01 +0200 Subject: Tweak NEWS file some more --- NEWS | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 9fdce34..3213bed 100644 --- a/NEWS +++ b/NEWS @@ -74,11 +74,12 @@ Version 0.13.0 obje{foo}: cxx{foo} obje{bar}: cxx{bar} - exe{ld}: obje{ld ld1} + + : 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. -- cgit v1.1