mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Use -k when tix-build makes distclean.
This commit is contained in:
parent
e5d07072f3
commit
5c79d42036
1 changed files with 2 additions and 0 deletions
|
@ -329,6 +329,8 @@ void Make(metainfo_t* minfo, const char* make_target,
|
|||
string_array_append(&args, fixed_cmd_argv[i]);
|
||||
string_array_append_token_string(&args, make_target);
|
||||
string_array_append_token_string(&args, make_extra_args);
|
||||
if ( !die_on_error )
|
||||
string_array_append(&args, "-k");
|
||||
string_array_append(&args, NULL);
|
||||
if ( die_on_error )
|
||||
recovery_execvp(args.strings[0], (char* const*) args.strings);
|
||||
|
|
Loading…
Reference in a new issue