Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
openjdk
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
openjdk
Commits
41881b2d
Commit
41881b2d
authored
Jan 11, 2025
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
JDK 10 and later uses .debuginfo files instead of .diz - clean them up accordingly
parent
e8d5190f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
Makefile
Makefile
+8
-8
No files found.
Makefile
View file @
41881b2d
...
...
@@ -62,7 +62,7 @@ build-10:
mkdir
-p
/opt/jdk-10.0.2+13
cd
jdk10u-jdk-10.0.2+13
&&
cp
-Rv
build/
*
/images/jdk/
*
/opt/jdk-10.0.2+13
chown
-R
root:root /opt/jdk-10.0.2+13
find /opt/jdk-10.0.2+13
-name
\*
.d
iz
-delete
find /opt/jdk-10.0.2+13
-name
\*
.d
ebuginfo
-delete
ln
-sfv
-n
jdk-10.0.2+13 /opt/jdk
rm
-f
/opt/jdk/lib/security/cacerts
ln
-svf
/etc/pki/tls/java/cacerts /opt/jdk/lib/security/cacerts
...
...
@@ -84,7 +84,7 @@ build-11:
mkdir
-p
/opt/jdk-11.0.12+6
cd
jdk11u-jdk-11.0.12+6
&&
cp
-Rv
build/
*
/images/jdk/
*
/opt/jdk-11.0.12+6
chown
-R
root:root /opt/jdk-11.0.12+6
find /opt/jdk-11.0.12+6
-name
\*
.d
iz
-delete
find /opt/jdk-11.0.12+6
-name
\*
.d
ebuginfo
-delete
ln
-sfv
-n
jdk-11.0.12+6 /opt/jdk
rm
-f
/opt/jdk/lib/security/cacerts
ln
-svf
/etc/pki/tls/java/cacerts /opt/jdk/lib/security/cacerts
...
...
@@ -107,7 +107,7 @@ build-12:
mkdir
-p
/opt/jdk-12.0.2+10
cd
jdk12u-jdk-12.0.2+10
&&
cp
-Rv
build/
*
/images/jdk/
*
/opt/jdk-12.0.2+10
chown
-R
root:root /opt/jdk-12.0.2+10
find /opt/jdk-12.0.2+10
-name
\*
.d
iz
-delete
find /opt/jdk-12.0.2+10
-name
\*
.d
ebuginfo
-delete
ln
-sfv
-n
jdk-12.0.2+10 /opt/jdk
rm
-f
/opt/jdk/lib/security/cacerts
ln
-svf
/etc/pki/tls/java/cacerts /opt/jdk/lib/security/cacerts
...
...
@@ -129,7 +129,7 @@ build-13:
mkdir
-p
/opt/jdk-13.0.5.1-ga
cd
jdk13u-jdk-13.0.5.1-ga
&&
cp
-Rv
build/
*
/images/jdk/
*
/opt/jdk-13.0.5.1-ga
chown
-R
root:root /opt/jdk-13.0.5.1-ga
find /opt/jdk-13.0.5.1-ga
-name
\*
.d
iz
-delete
find /opt/jdk-13.0.5.1-ga
-name
\*
.d
ebuginfo
-delete
ln
-sfv
-n
jdk-13.0.5.1-ga /opt/jdk
rm
-f
/opt/jdk/lib/security/cacerts
ln
-svf
/etc/pki/tls/java/cacerts /opt/jdk/lib/security/cacerts
...
...
@@ -151,7 +151,7 @@ build-14:
mkdir
-p
/opt/jdk-14.0.2-ga
cd
jdk14u-jdk-14.0.2-ga
&&
cp
-Rv
build/
*
/images/jdk/
*
/opt/jdk-14.0.2-ga
chown
-R
root:root /opt/jdk-14.0.2-ga
find /opt/jdk-14.0.2-ga
-name
\*
.d
iz
-delete
find /opt/jdk-14.0.2-ga
-name
\*
.d
ebuginfo
-delete
ln
-sfv
-n
jdk-14.0.2-ga /opt/jdk
rm
-f
/opt/jdk/lib/security/cacerts
ln
-svf
/etc/pki/tls/java/cacerts /opt/jdk/lib/security/cacerts
...
...
@@ -173,7 +173,7 @@ build-15:
mkdir
-p
/opt/jdk-15.0.3-ga
cd
jdk15u-jdk-15.0.3-ga
&&
cp
-Rv
build/
*
/images/jdk/
*
/opt/jdk-15.0.3-ga
chown
-R
root:root /opt/jdk-15.0.3-ga
find /opt/jdk-15.0.3-ga
-name
\*
.d
iz
-delete
find /opt/jdk-15.0.3-ga
-name
\*
.d
ebuginfo
-delete
ln
-sfv
-n
jdk-15.0.3-ga /opt/jdk
rm
-f
/opt/jdk/lib/security/cacerts
ln
-svf
/etc/pki/tls/java/cacerts /opt/jdk/lib/security/cacerts
...
...
@@ -195,7 +195,7 @@ build-16:
mkdir
-p
/opt/jdk-16.0.2-ga
cd
jdk16u-jdk-16.0.2-ga
&&
cp
-Rv
build/
*
/images/jdk/
*
/opt/jdk-16.0.2-ga
chown
-R
root:root /opt/jdk-16.0.2-ga
find /opt/jdk-16.0.2-ga
-name
\*
.d
iz
-delete
find /opt/jdk-16.0.2-ga
-name
\*
.d
ebuginfo
-delete
ln
-sfv
-n
jdk-16.0.2-ga /opt/jdk
rm
-f
/opt/jdk/lib/security/cacerts
ln
-svf
/etc/pki/tls/java/cacerts /opt/jdk/lib/security/cacerts
...
...
@@ -217,7 +217,7 @@ build-17:
mkdir
-p
/opt/jdk-17.0.9+3
cd
jdk17u-jdk-17.0.9-3
&&
cp
-Rv
build/
*
/images/jdk/
*
/opt/jdk-17.0.9+3
chown
-R
root:root /opt/jdk-17.0.9+3
find /opt/jdk-17.0.9+3
-name
\*
.d
iz
-delete
find /opt/jdk-17.0.9+3
-name
\*
.d
ebuginfo
-delete
ln
-sfv
-n
jdk-17.0.9+3 /opt/jdk
rm
-f
/opt/jdk/lib/security/cacerts
ln
-svf
/etc/pki/tls/java/cacerts /opt/jdk/lib/security/cacerts
...
...
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