mirror of
https://github.com/mirror/make.git
synced 2026-08-08 17:10:58 +00:00
* main.c [VMS]: Say that parallel jobs (-j) are not supported on VMS
This commit is contained in:
committed by
Paul Smith
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 */
|
||||
|
||||
Reference in New Issue
Block a user