aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-22 08:53:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-22 08:53:10 +0200
commitdb60b4ceef7740de4ae6d0680da82b2216b7252e (patch)
tree95f0cd9a33a36892153b17c79099e419b242088b
parent2251806c453a8d2f57c2f7d41a1b56abcc244ce7 (diff)
Clarify few @@ notes
-rw-r--r--build2/cxx/link.cxx2
-rw-r--r--build2/cxx/target2
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
{