diff mx.jvmci/mx_jvmci.py @ 22427:9c55f608b79e

Generate jvmci.make with all defined dependencies/bootclasspath regardless availability in the current enviornment
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Mon, 17 Aug 2015 12:10:55 +0200
parents e5f1d4e023f3
children a1b0a76567c7
line wrap: on
line diff
--- a/mx.jvmci/mx_jvmci.py	Mon Aug 17 11:21:37 2015 +0200
+++ b/mx.jvmci/mx_jvmci.py	Mon Aug 17 12:10:55 2015 +0200
@@ -1661,7 +1661,7 @@
     'deoptalot' : [deoptalot, '[n]'],
     'longtests' : [longtests, ''],
     'jol' : [jol, ''],
-    'makefile' : [mx_jvmci_makefile.build_makefile, 'build makefiles for JDK build'],
+    'makefile' : [mx_jvmci_makefile.build_makefile, 'build makefiles for JDK build', None, {'keepUnsatisfiedDependencies': True}],
 })
 
 mx.add_argument('--vmcwd', dest='vm_cwd', help='current directory will be changed to <path> before the VM is executed', default=None, metavar='<path>')