Delete build/*/SConscript files in case...
...there are still left some from before 2008-09-20T15:42:45Z!loonycyborg@gmail.com.
This commit is contained in:
parent
a721002d63
commit
7900f30ab0
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ from glob import glob
|
|||
from subprocess import Popen, PIPE, call
|
||||
from os import access, F_OK
|
||||
|
||||
map(os.remove, glob(os.path.join("build", "*", "SConscript")))
|
||||
|
||||
SConsignFile("build/sconsign.dblite")
|
||||
|
||||
# Warn user of current set of build options.
|
||||
|
|
Loading…
Add table
Reference in a new issue