Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
icedtea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
icedtea
Commits
de564f56
Commit
de564f56
authored
Jan 20, 2020
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Default JAVA home is at /opt/jdk
parent
9f064ce4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
Makefile
Makefile
+10
-10
No files found.
Makefile
View file @
de564f56
...
@@ -26,7 +26,7 @@ build-6:
...
@@ -26,7 +26,7 @@ build-6:
$(MAKE)
-C
icedtea6-1.13.13
PATH
=
/build/usr/bin:
$$
PATH
DISABLE_HOTSPOT_OS_VERSION_CHECK
=
ok
$(MAKE)
-C
icedtea6-1.13.13
PATH
=
/build/usr/bin:
$$
PATH
DISABLE_HOTSPOT_OS_VERSION_CHECK
=
ok
cd
icedtea6-1.13.13
&&
cp
-R
openjdk.build/j2sdk-image /opt/icedtea6-1.13.13
cd
icedtea6-1.13.13
&&
cp
-R
openjdk.build/j2sdk-image /opt/icedtea6-1.13.13
chown
-R
root:root /opt/icedtea6-1.13.13
chown
-R
root:root /opt/icedtea6-1.13.13
ln
-sfv
-n
icedtea6-1.13.13 /opt/j
ava
ln
-sfv
-n
icedtea6-1.13.13 /opt/j
dk
rm
/usr/bin/head
rm
/usr/bin/head
rm
/usr/bin/find
rm
/usr/bin/find
rm
/bin/touch
rm
/bin/touch
...
@@ -47,21 +47,21 @@ build-7:
...
@@ -47,21 +47,21 @@ build-7:
tar
xf icedtea-2.6.10.tar.xz
tar
xf icedtea-2.6.10.tar.xz
patch
-Np1
-d
icedtea-2.6.10 < icedtea-2.6.10-fixed.patch
patch
-Np1
-d
icedtea-2.6.10 < icedtea-2.6.10-fixed.patch
cp
icedtea7/2.6.10/
*
icedtea-2.6.10
cp
icedtea7/2.6.10/
*
icedtea-2.6.10
cd
icedtea-2.6.10
&&
PATH
=
/build/usr/bin:/opt/j
ava/bin:
$$
PATH
JAVA_HOME
=
/opt/java
CLASSPATH
=
.:/usr/share/java ./configure
--prefix
=
/usr
--with-jdk-home
=
/opt/java
--without-rhino
--disable-system-kerberos
--disable-system-gif
--disable-system-gtk
--disable-system-pcsc
--disable-system-sctp
cd
icedtea-2.6.10
&&
PATH
=
/build/usr/bin:/opt/j
dk/bin:
$$
PATH
JAVA_HOME
=
/opt/jdk
CLASSPATH
=
.:/usr/share/java ./configure
--prefix
=
/usr
--with-jdk-home
=
/opt/jdk
--without-rhino
--disable-system-kerberos
--disable-system-gif
--disable-system-gtk
--disable-system-pcsc
--disable-system-sctp
$(MAKE)
-C
icedtea-2.6.10
PATH
=
/build/usr/bin:/opt/j
ava
/bin:
$$
PATH
DISABLE_HOTSPOT_OS_VERSION_CHECK
=
ok
$(MAKE)
-C
icedtea-2.6.10
PATH
=
/build/usr/bin:/opt/j
dk
/bin:
$$
PATH
DISABLE_HOTSPOT_OS_VERSION_CHECK
=
ok
cd
icedtea-2.6.10
&&
cp
-R
openjdk.build/j2sdk-image /opt/icedtea-2.6.10
cd
icedtea-2.6.10
&&
cp
-R
openjdk.build/j2sdk-image /opt/icedtea-2.6.10
chown
-R
root:root /opt/icedtea-2.6.10
chown
-R
root:root /opt/icedtea-2.6.10
ln
-sfv
-n
icedtea-2.6.10 /opt/j
ava
ln
-sfv
-n
icedtea-2.6.10 /opt/j
dk
rm
-rf
/opt/icedtea6-1.13.13
rm
-rf
/opt/icedtea6-1.13.13
rm
-rf
icedtea-2.6.10
rm
-rf
icedtea-2.6.10
tar
xf icedtea-2.6.20.tar.xz
tar
xf icedtea-2.6.20.tar.xz
patch
-Np1
-d
icedtea-2.6.20 < icedtea-2.6.20-fixed.patch
patch
-Np1
-d
icedtea-2.6.20 < icedtea-2.6.20-fixed.patch
cp
icedtea7/2.6.20/
*
icedtea-2.6.20
cp
icedtea7/2.6.20/
*
icedtea-2.6.20
cd
icedtea-2.6.20
&&
PATH
=
/build/usr/bin:/opt/j
ava/bin:
$$
PATH
JAVA_HOME
=
/opt/java
CLASSPATH
=
.:/usr/share/java ./configure
--prefix
=
/usr
--with-jdk-home
=
/opt/java
--without-rhino
--disable-system-kerberos
--disable-system-gif
--disable-system-gtk
--disable-system-pcsc
--disable-system-sctp
cd
icedtea-2.6.20
&&
PATH
=
/build/usr/bin:/opt/j
dk/bin:
$$
PATH
JAVA_HOME
=
/opt/jdk
CLASSPATH
=
.:/usr/share/java ./configure
--prefix
=
/usr
--with-jdk-home
=
/opt/jdk
--without-rhino
--disable-system-kerberos
--disable-system-gif
--disable-system-gtk
--disable-system-pcsc
--disable-system-sctp
$(MAKE)
-C
icedtea-2.6.20
PATH
=
/build/usr/bin:/opt/j
ava
/bin:
$$
PATH
DISABLE_HOTSPOT_OS_VERSION_CHECK
=
ok
$(MAKE)
-C
icedtea-2.6.20
PATH
=
/build/usr/bin:/opt/j
dk
/bin:
$$
PATH
DISABLE_HOTSPOT_OS_VERSION_CHECK
=
ok
cd
icedtea-2.6.20
&&
cp
-R
openjdk.build/j2sdk-image /opt/icedtea-2.6.20
cd
icedtea-2.6.20
&&
cp
-R
openjdk.build/j2sdk-image /opt/icedtea-2.6.20
chown
-R
root:root /opt/icedtea-2.6.20
chown
-R
root:root /opt/icedtea-2.6.20
ln
-sfv
-n
icedtea-2.6.20 /opt/j
ava
ln
-sfv
-n
icedtea-2.6.20 /opt/j
dk
rm
-rf
/opt/icedtea-2.6.10
rm
-rf
/opt/icedtea-2.6.10
rm
-rf
icedtea-2.6.20
rm
-rf
icedtea-2.6.20
rm
/usr/bin/head
rm
/usr/bin/head
...
@@ -78,11 +78,11 @@ build-7:
...
@@ -78,11 +78,11 @@ build-7:
swapon swap
swapon swap
tar
xf icedtea-3.14.0.tar.xz
tar
xf icedtea-3.14.0.tar.xz
cp
icedtea8/3.14.0/
*
icedtea-3.14.0
cp
icedtea8/3.14.0/
*
icedtea-3.14.0
cd
icedtea-3.14.0
&&
PATH
=
/build/usr/bin:/opt/j
ava/bin:
$$
PATH
JAVA_HOME
=
/opt/java
CLASSPATH
=
.:/usr/share/java ./configure
--prefix
=
/usr
--with-jdk-home
=
/opt/java
--disable-system-gif
--disable-system-kerberos
--disable-system-pcsc
--disable-system-sctp
cd
icedtea-3.14.0
&&
PATH
=
/build/usr/bin:/opt/j
dk/bin:
$$
PATH
JAVA_HOME
=
/opt/jdk
CLASSPATH
=
.:/usr/share/java ./configure
--prefix
=
/usr
--with-jdk-home
=
/opt/jdk
--disable-system-gif
--disable-system-kerberos
--disable-system-pcsc
--disable-system-sctp
$(MAKE)
-C
icedtea-3.14.0
PATH
=
/build/usr/bin:/opt/j
ava
/bin:
$$
PATH
$(MAKE)
-C
icedtea-3.14.0
PATH
=
/build/usr/bin:/opt/j
dk
/bin:
$$
PATH
cd
icedtea-3.14.0
&&
cp
-R
openjdk.build/images/j2sdk-image /opt/icedtea-3.14.0
cd
icedtea-3.14.0
&&
cp
-R
openjdk.build/images/j2sdk-image /opt/icedtea-3.14.0
chown
-R
root:root /opt/icedtea-3.14.0
chown
-R
root:root /opt/icedtea-3.14.0
ln
-sfv
-n
icedtea-3.14.0 /opt/j
ava
ln
-sfv
-n
icedtea-3.14.0 /opt/j
dk
rm
-rf
/opt/icedtea-2.6.20
rm
-rf
/opt/icedtea-2.6.20
rm
-rf
icedtea-3.14.0
rm
-rf
icedtea-3.14.0
swapoff swap
swapoff swap
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment