From: Hartmut Becker Date: Sun, 31 Aug 2014 22:29:19 +0000 (+0200) Subject: * main.c [VMS]: Say that parallel jobs (-j) are not supported on VMS X-Git-Tag: 4.1~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e7a28a6a4b33f734048d341a3f45505aecc9962;p=thirdparty%2Fmake.git * main.c [VMS]: Say that parallel jobs (-j) are not supported on VMS --- diff --git a/main.c b/main.c index f0251222..6aecd803 100644 --- a/main.c +++ b/main.c @@ -1951,7 +1951,7 @@ main (int argc, char **argv, char **envp) undefine_default_variables (); } -#if defined (__MSDOS__) || defined (__EMX__) +#if defined (__MSDOS__) || defined (__EMX__) || defined (VMS) if (job_slots != 1 # ifdef __EMX__ && _osmode != OS2_MODE /* turn off -j if we are in DOS mode */