--- configure.py.~1~ 2016-06-26 01:10:01.000000000 -0400
+++ configure.py 2016-06-26 01:17:28.000000000 -0400
print('wrote %s.' % BUILD_FILENAME)
- print('bootstrap complete. rebuilding...')
+# print('bootstrap complete. rebuilding...')
- if platform.can_rebuild_in_place():
- rebuild_args.append('./ninja')
- if platform.is_windows():
- bootstrap_exe = 'ninja.bootstrap.exe'
- final_exe = 'ninja.exe'
- bootstrap_exe = './ninja.bootstrap'
- if os.path.exists(bootstrap_exe):
- os.unlink(bootstrap_exe)
- os.rename(final_exe, bootstrap_exe)
+# if platform.can_rebuild_in_place():
+# rebuild_args.append('./ninja')
+# if platform.is_windows():
+# bootstrap_exe = 'ninja.bootstrap.exe'
+# final_exe = 'ninja.exe'
+# bootstrap_exe = './ninja.bootstrap'
+# if os.path.exists(bootstrap_exe):
+# os.unlink(bootstrap_exe)
+# os.rename(final_exe, bootstrap_exe)
- rebuild_args.append(bootstrap_exe)
+# rebuild_args.append(bootstrap_exe)
- rebuild_args.append('-v')
+# rebuild_args.append('-v')
- subprocess.check_call(rebuild_args)
+# subprocess.check_call(rebuild_args)