changed default to "no clean". if clean-up required, use '--clean' option!
This commit is contained in:
parent
480021e788
commit
3985a98da7
|
@ -31,5 +31,5 @@ for arch in architectures:
|
||||||
|
|
||||||
os.system('make --directory %s'%wd)
|
os.system('make --directory %s'%wd)
|
||||||
|
|
||||||
if not '--noclean' in [s.lower() for s in sys.argv]:
|
if '--clean' in [s.lower() for s in sys.argv]:
|
||||||
os.system('make --directory %s clean'%wd)
|
os.system('make --directory %s clean'%wd)
|
||||||
|
|
Loading…
Reference in New Issue