Sophie

Sophie

distrib > Mageia > 3 > x86_64 > by-pkgid > c404f400556f517045f3f017c6b903df > files > 1

chromium-browser-stable-34.0.1847.132-2.mga3.src.rpm

--- chromium-34.0.1847.116/tools/gn/bootstrap/bootstrap.py	2014-04-02 19:03:21.000000000 +0000
+++ chromium-34.0.1847.116/tools/gn/bootstrap/bootstrap.py	2014-04-11 13:19:31.916151081 +0000
@@ -67,12 +67,9 @@
       print 'Building gn manually in a temporary directory for bootstrapping...'
       build_gn_with_ninja_manually(tempdir)
 
-      print 'Building gn using itself to %s...' % build_rel
-      build_gn_with_gn(os.path.join(tempdir, 'gn'), build_root, options.debug)
-
       if options.output:
         # Preserve the executable permission bit.
-        shutil.copy2(os.path.join(build_root, 'gn'), options.output)
+        shutil.copy2(os.path.join(tempdir, 'gn'), options.output)
   except subprocess.CalledProcessError as e:
     print >> sys.stderr, str(e)
     return 1