projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98de32a
)
* main.c [VMS]: Say that parallel jobs (-j) are not supported on VMS
author
Hartmut Becker
<becker.ismaning@freenet.de>
Sun, 31 Aug 2014 22:29:19 +0000
(
00:29
+0200)
committer
Paul Smith
<psmith@gnu.org>
Sun, 7 Sep 2014 22:02:10 +0000
(18:02 -0400)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index f02512225bc28c5bedeffe5ef035c2bf0b2b6703..6aecd80308df82ff95c49e7c4fe31bb098c18015 100644
(file)
--- 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 */