equal
deleted
inserted
replaced
91 installed where to make. Change the paths to fit your particular |
91 installed where to make. Change the paths to fit your particular |
92 situation: |
92 situation: |
93 |
93 |
94 make.options=\ |
94 make.options=\ |
95 ALT_BOOTDIR=/home/me/bin/jdk1.6.0 \ |
95 ALT_BOOTDIR=/home/me/bin/jdk1.6.0 \ |
96 ALT_BINARY_PLUGS_PATH=/home/me/bin/openjdk-binary-plugs \ |
|
97 ALT_JDK_IMPORT_PATH=/home/me/bin/jdk1.7.0 \ |
96 ALT_JDK_IMPORT_PATH=/home/me/bin/jdk1.7.0 \ |
98 OPENJDK=true |
97 OPENJDK=true |
99 |
98 |
100 The trailing '\' are important, so that make gets the above as a |
99 The trailing '\' are important, so that make gets the above as a |
101 single set of options. |
100 single set of options. |