]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* main.c (switches): [SV 48809] Accept obsolete jobserver flag.
authorChristoph Schulz <develop@kristov.de>
Sun, 18 Dec 2016 18:54:35 +0000 (13:54 -0500)
committerPaul Smith <psmith@gnu.org>
Mon, 26 Dec 2016 14:01:59 +0000 (09:01 -0500)
main.c

diff --git a/main.c b/main.c
index 346cc0d2fd4fde7e2f86fd113dcc6b0aebbd4f6d..b170e8e1c75de2c605f672d91a9892b36d0f7f25 100644 (file)
--- a/main.c
+++ b/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 }
   };