OpenJDK / jdk8u / jdk8u-dev / hotspot
annotate README @ 3558:98625323d3a3
7190512: Fix for 7181175 broke hotspot/make/windows/create.bat builds
Summary: Add some quotes around the classpath in the project file rule.
Reviewed-by: dcubed
author | tbell |
---|---|
date | Fri, 10 Aug 2012 23:16:52 -0700 |
parents | |
children |
rev | line source |
---|---|
duke@0 | 1 README: |
duke@0 | 2 This file should be located at the top of the hotspot Mercurial repository. |
duke@0 | 3 |
duke@0 | 4 See http://openjdk.java.net/ for more information about the OpenJDK. |
duke@0 | 5 |
duke@0 | 6 See ../README-builds.html for complete details on build machine requirements. |
duke@0 | 7 |
duke@0 | 8 Simple Build Instructions: |
duke@0 | 9 |
duke@0 | 10 cd make && gnumake |
duke@0 | 11 |
duke@0 | 12 The files that will be imported into the jdk build will be in the "build" |
duke@0 | 13 directory. |
duke@0 | 14 |