update comment to align with ns-3.18.1

This commit is contained in:
Tom Henderson
2013-11-18 08:53:07 -08:00
parent 7315243e84
commit afdb830d5c

View File

@@ -366,9 +366,10 @@ class apiscan_task(Task.Task):
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):