mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-25 04:35:44 +00:00
* main.c [VMS]: Say that parallel jobs (-j) are not supported on VMS
This commit is contained in:
parent
98de32a681
commit
8e7a28a6a4
1 changed files with 1 additions and 1 deletions
2
main.c
2
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 */
|
||||
|
|
Loading…
Reference in a new issue