mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-26 05:57:16 +00:00
* main.c (switches): [SV 48809] Accept obsolete jobserver flag.
This commit is contained in:
parent
80861cce43
commit
053d49367c
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
@ -464,6 +464,7 @@ static const struct command_switch switches[] =
|
|||
"warn-undefined-variables" },
|
||||
{ CHAR_MAX+6, strlist, &eval_strings, 1, 0, 0, 0, 0, "eval" },
|
||||
{ CHAR_MAX+7, string, &sync_mutex, 1, 1, 0, 0, 0, "sync-mutex" },
|
||||
{ CHAR_MAX+8, string, &jobserver_auth, 1, 0, 0, 0, 0, "jobserver-fds" },
|
||||
{ 0, 0, 0, 0, 0, 0, 0, 0, 0 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue