mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 09:30:45 +00:00
build: no need any more to try both ninja and ninja-build
We have the "ninja" variable. Use it. Signed-off-by: Nadav Har'El <nyh@cloudius-systems.com>
This commit is contained in:
@@ -624,7 +624,7 @@ with open(buildfile, 'w') as f:
|
||||
description = CSCOPE
|
||||
build cscope: cscope
|
||||
rule request_parser_hh
|
||||
command = ninja -C seastar build/release/gen/http/request_parser.hh build/debug/gen/http/request_parser.hh || ninja-build -C seastar build/release/gen/http/request_parser.hh build/debug/gen/http/request_parser.hh
|
||||
command = {ninja} -C seastar build/release/gen/http/request_parser.hh build/debug/gen/http/request_parser.hh
|
||||
description = GEN seastar/http/request_parser.hh
|
||||
build seastar/build/release/http/request_parser.hh seastar/build/debug/http/request_parser.hh: request_parser_hh
|
||||
default {modes_list}
|
||||
|
||||
Reference in New Issue
Block a user