Lines Matching full:command
15 # get command options
16 command = '' variable
18 command = ' ' variable
20 command = ' -c' variable
29 command = ' --target=mdk -s' variable
31 os.system('scons --directory=' + project_dir + command)
35 command = ' --target=mdk4 -s' variable
37 os.system('scons --directory=' + project_dir + command)
41 command = ' --target=mdk5 -s' variable
43 os.system('scons --directory=' + project_dir + command)
47 command = ' --target=iar -s' variable
49 os.system('scons --directory=' + project_dir + command)
60 if os.system('scons --directory=' + project_dir + command) != 0: