changeset 22436:5bf761306682

Don't create empty jvmci/src/{s,r,c} directories in mx.
author Roland Schatz <roland.schatz@oracle.com>
date Thu, 20 Aug 2015 14:56:20 +0200
parents ccfb5d9c5fc8
children c88c31c60755
files mx.jvmci/mx_jvmci.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx.jvmci/mx_jvmci.py	Wed Aug 19 16:37:42 2015 -0700
+++ b/mx.jvmci/mx_jvmci.py	Thu Aug 20 14:56:20 2015 +0200
@@ -790,7 +790,7 @@
 
 class HotSpotProject(mx.NativeProject):
     def __init__(self, suite, name, deps, workingSets, results, output, **args):
-        mx.NativeProject.__init__(self, suite, name, "", "src", deps, workingSets, results, output, join(suite.dir, "src")) # TODO...
+        mx.NativeProject.__init__(self, suite, name, "", [], deps, workingSets, results, output, join(suite.dir, "src")) # TODO...
 
     def getOutput(self, replaceVar=_hotspotReplaceResultsVar):
         return mx.NativeProject.getOutput(self, replaceVar=replaceVar)