update comment to align with ns-3.18.1
authorTom Henderson <tomh@tomh.org>
Mon, 18 Nov 2013 08:53:07 -0800
changeset 10423 dface7efc30d
parent 10422 114314101699
child 10424 9d29c9a5ddcb
update comment to align with ns-3.18.1
bindings/python/wscript
--- a/bindings/python/wscript	Mon Nov 18 08:37:37 2013 -0800
+++ b/bindings/python/wscript	Mon Nov 18 08:53:07 2013 -0800
@@ -366,9 +366,10 @@
         return retval
 
     def runnable_status(self):
-        # Waf Task will usually run if the signature of the build changes
-        # but skip otherwise.  Here, we want to always run this task if
-        # user invoked --apiscan
+        # By default, Waf Task will skip running a task if the signature of
+        # the build has not changed.  We want this task to always run if
+        # invoked by the user, particularly since --apiscan=all will require
+        # invoking this task many times, once per module.
         return RUN_ME
 
 def get_modules_and_headers(bld):