diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-22 08:53:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-22 08:53:10 +0200 |
commit | db60b4ceef7740de4ae6d0680da82b2216b7252e (patch) | |
tree | 95f0cd9a33a36892153b17c79099e419b242088b | |
parent | 2251806c453a8d2f57c2f7d41a1b56abcc244ce7 (diff) |
Clarify few @@ notes
-rw-r--r-- | build2/cxx/link.cxx | 2 | ||||
-rw-r--r-- | 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 { |