Author: loonycyborg
Date: Sat Sep 20 21:57:36 2008
New Revision: 29595
URL: http://svn.gna.org/viewcvs/wesnoth?rev=29595&view=rev
Log:
Delete build/*/SConscript files in case if there are still left some from
before r29592.
Modified:
trunk/SConstruct
Modified: trunk/SConstruct
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=29595&r1=29594&r2=29595&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Sat Sep 20 21:57:36 2008
@@ -13,6 +13,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")
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits