summaryrefslogtreecommitdiff
path: root/java/linux-blackdown-jdk12/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
commitd615f4ca564f838b39bd8b504a3107011d951a03 (patch)
treed799b77773a040bd9f634696266507c9072dd071 /java/linux-blackdown-jdk12/files
parentRemove do-package target that was running "make package" in (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Diffstat (limited to 'java/linux-blackdown-jdk12/files')
-rw-r--r--java/linux-blackdown-jdk12/files/patch-aa22
-rw-r--r--java/linux-blackdown-jdk12/files/patch-ab22
2 files changed, 0 insertions, 44 deletions
diff --git a/java/linux-blackdown-jdk12/files/patch-aa b/java/linux-blackdown-jdk12/files/patch-aa
deleted file mode 100644
index bbe2521cf7d8..000000000000
--- a/java/linux-blackdown-jdk12/files/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
---- bin/.java_wrapper.orig Mon Dec 6 14:12:44 1999
-+++ bin/.java_wrapper Sat Jan 29 14:20:21 2000
-@@ -32,8 +32,8 @@
- # Resolve symlinks. See 4152645.
- while [ -L "$PRG" ]; do
- ls=`/bin/ls -ld "$PRG"`
-- link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
-- if /usr/bin/expr "$link" : '/' > /dev/null; then
-+ link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
-+ if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then
- PRG="$link"
- else
- PRG="`/usr/bin/dirname $PRG`/$link"
-@@ -65,7 +65,7 @@
- # Select vm type (if classic vm, also select thread type).
- unset vmtype
- unset ttype
--DEFAULT_THREADS_FLAG=native
-+DEFAULT_THREADS_FLAG=green
- if [ "x$1" = "x-hotspot" ]; then
- vmtype=hotspot
- ttype=native_threads
diff --git a/java/linux-blackdown-jdk12/files/patch-ab b/java/linux-blackdown-jdk12/files/patch-ab
deleted file mode 100644
index 6b00abfc04a1..000000000000
--- a/java/linux-blackdown-jdk12/files/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
---- jre/bin/.java_wrapper.orig Mon Dec 6 14:12:44 1999
-+++ jre/bin/.java_wrapper Sat Jan 29 14:21:27 2000
-@@ -32,8 +32,8 @@
- # Resolve symlinks. See 4152645.
- while [ -L "$PRG" ]; do
- ls=`/bin/ls -ld "$PRG"`
-- link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
-- if /usr/bin/expr "$link" : '/' > /dev/null; then
-+ link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
-+ if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then
- PRG="$link"
- else
- PRG="`/usr/bin/dirname $PRG`/$link"
-@@ -65,7 +65,7 @@
- # Select vm type (if classic vm, also select thread type).
- unset vmtype
- unset ttype
--DEFAULT_THREADS_FLAG=native
-+DEFAULT_THREADS_FLAG=green
- if [ "x$1" = "x-hotspot" ]; then
- vmtype=hotspot
- ttype=native_threads