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:
Sergey Popov 2008-09-20 19:57:36 +00:00
parent a721002d63
commit 7900f30ab0

View file

@ -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.