MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / do_clean

Method do_clean

tools/sconsui.py:428–440  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

426 ExecCmd(command)
427
428 def do_clean(self):
429 self.prepare_build()
430 command = 'scons -c'
431
432 if not self.check_path():
433 return
434
435 bsp = self.BSPRoot.get_path()
436 os.chdir(bsp)
437
438 self.output.delete(1.0, END)
439 self.output.insert(END, 'clean project...\n')
440 ExecCmd(command)
441
442 def do_make_project(self):
443 ide = self.ide.get()

Callers

nothing calls this directly

Calls 4

prepare_buildMethod · 0.95
check_pathMethod · 0.95
ExecCmdFunction · 0.85
get_pathMethod · 0.80

Tested by

no test coverage detected