|
|
| 365 |
retval = scan.wait() |
365 |
retval = scan.wait() |
| 366 |
return retval |
366 |
return retval |
| 367 |
|
367 |
|
|
|
368 |
def runnable_status(self): |
| 369 |
# By default, Waf Task will skip running a task if the signature of |
| 370 |
# the build has not changed. We want this task to always run if |
| 371 |
# invoked by the user, particularly since --apiscan=all will require |
| 372 |
# invoking this task many times, once per module. |
| 373 |
return Task.RUN_ME |
| 368 |
|
374 |
|
| 369 |
def get_modules_and_headers(bld): |
375 |
def get_modules_and_headers(bld): |
| 370 |
""" |
376 |
""" |