added '--noclean' option
This commit is contained in:
parent
1877026d86
commit
480021e788
|
@ -30,4 +30,6 @@ for arch in architectures:
|
|||
childFile.close()
|
||||
|
||||
os.system('make --directory %s'%wd)
|
||||
os.system('make --directory %s clean'%wd)
|
||||
|
||||
if not '--noclean' in [s.lower() for s in sys.argv]:
|
||||
os.system('make --directory %s clean'%wd)
|
||||
|
|
Loading…
Reference in New Issue