mirror of
https://github.com/mirror/make.git
synced 2025-03-25 01:00:30 +08:00
* main.c [VMS]: Say that parallel jobs (-j) are not supported on VMS
This commit is contained in:
parent
98de32a681
commit
8e7a28a6a4
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 New Issue
Block a user