[Scipy-svn] r4715 - trunk/tools/win32/build_scripts

scipy-svn at scipy.org scipy-svn at scipy.org
Tue Sep 9 13:17:26 EDT 2008


Author: cdavid
Date: 2008-09-09 12:17:02 -0500 (Tue, 09 Sep 2008)
New Revision: 4715

Modified:
   trunk/tools/win32/build_scripts/prepare_bootstrap.py
Log:
Copy build script in bootstrapped sources.


Modified: trunk/tools/win32/build_scripts/prepare_bootstrap.py
===================================================================
--- trunk/tools/win32/build_scripts/prepare_bootstrap.py	2008-09-09 17:16:19 UTC (rev 4714)
+++ trunk/tools/win32/build_scripts/prepare_bootstrap.py	2008-09-09 17:17:02 UTC (rev 4715)
@@ -97,6 +97,8 @@
     build_sdist(src_root)
     prepare_scipy_sources(src_root, bootstrap)
 
+    shutil.copy('build.py', bootstrap)
+
 if __name__ == '__main__':
     ROOT = os.path.join("..", "..", "..")
     prepare_bootstrap(ROOT, "2.5")




More information about the Scipy-svn mailing list