version 1.2, 2013/06/27 14:05:54
|
version 1.4, 2014/01/25 07:32:57
|
Line 77 You should enter each directory, and che
|
Line 77 You should enter each directory, and che
|
using mercurial-2.x. |
using mercurial-2.x. |
|
|
For example, |
For example, |
|
|
$ cd jdk |
$ cd jdk |
$ hg checkout tip |
$ hg pull && hg update |
|
|
You should do in each directory in bsd-port/. |
You should do in each directory in bsd-port/. |
|
|
In this case, I will use tip version. |
In this case, I will use tip version. |
Line 99 In this case, I will use tip version.
|
Line 101 In this case, I will use tip version.
|
|
|
# Upload the tarball to ${MASTER_SITE_LOCAL:=openjdk7/} |
# Upload the tarball to ${MASTER_SITE_LOCAL:=openjdk7/} |
|
|
Using scp, for example, uploading the tarball. |
Using scp, for example, upload the tarball. |
|
|
|
|
# Creating bootstrap binaries. |
# Creating bootstrap binaries. |