MCPcopy Create free account
hub / github.com/NetSys/bess / do_dist_clean

Function do_dist_clean

build.py:419–422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

417
418
419def do_dist_clean():
420 do_clean()
421 print('Removing 3rd-party libraries...')
422 cmd('rm -rf %s' % (DPDK_DIR))
423
424
425def print_usage(parser):

Callers

nothing calls this directly

Calls 2

do_cleanFunction · 0.70
cmdFunction · 0.70

Tested by

no test coverage detected