From db60b4ceef7740de4ae6d0680da82b2216b7252e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 22 Apr 2016 08:53:10 +0200 Subject: Clarify few @@ notes --- build2/cxx/link.cxx | 2 +- build2/cxx/target | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build2/cxx/link.cxx b/build2/cxx/link.cxx index 555c094..a2f3a4f 100644 --- a/build2/cxx/link.cxx +++ b/build2/cxx/link.cxx @@ -794,7 +794,7 @@ namespace build2 { ranlib = rs["config.bin.ranlib"]; - if (ranlib->empty ()) // @@ TMP until proper NULL support. + if (ranlib->empty ()) // @@ BC LT [null]. ranlib = lookup (); const char* rl ( diff --git a/build2/cxx/target b/build2/cxx/target index d9a4ed6..154ec24 100644 --- a/build2/cxx/target +++ b/build2/cxx/target @@ -54,7 +54,7 @@ namespace build2 virtual const target_type& dynamic_type () const {return static_type;} }; - //@@ TMP + //@@ TMP: should be in c-common or some such. // class h: public file { -- cgit v1.1