mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
12 lines
442 B
Python
12 lines
442 B
Python
--- tools/gn/bootstrap/bootstrap.py.orig 2024-04-19 13:02:56 UTC
|
|
+++ tools/gn/bootstrap/bootstrap.py
|
|
@@ -122,7 +122,7 @@ def main(argv):
|
|
|
|
shutil.copy2(
|
|
os.path.join(BOOTSTRAP_DIR, 'last_commit_position.h'), gn_build_dir)
|
|
- cmd = [ninja_binary, '-C', gn_build_dir, '-w', 'dupbuild=err', 'gn']
|
|
+ cmd = [ninja_binary, '-C', gn_build_dir, 'gn']
|
|
if options.jobs:
|
|
cmd += ['-j', str(options.jobs)]
|
|
subprocess.check_call(cmd)
|