File tree Expand file tree Collapse file tree 3 files changed +0
-173
lines changed Expand file tree Collapse file tree 3 files changed +0
-173
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ git checkout -b dev
47
47
# Apply our patches
48
48
git am $PATCHES /company_name.patch
49
49
git am $PATCHES /0001-Set-vendor-information.patch
50
- git am $PATCHES /MacOS-debug-symbols-support.patch
51
50
52
51
# Update dev to head
53
52
cd $SCRIPT_DIR
@@ -79,7 +78,6 @@ cd $REPO
79
78
git checkout release
80
79
git am --exclude common/autoconf/generated-configure.sh $PATCHES /company_name.patch
81
80
git am $PATCHES /0001-Set-vendor-information.patch
82
- git am $PATCHES /MacOS-debug-symbols-support.patch
83
81
84
82
chmod +x ./common/autoconf/autogen.sh
85
83
./common/autoconf/autogen.sh
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ git checkout -b dev
42
42
43
43
# Apply our patches
44
44
git am $PATCHES /company_name.patch
45
- git am $PATCHES /MacOS-debug-symbols-support.patch
46
45
47
46
# Update dev to jdk8u192-b12
48
47
cd " $SCRIPT_DIR "
@@ -84,7 +83,6 @@ git checkout release
84
83
git am $PATCHES /company_name.patch
85
84
git am $PATCHES /ppc64le_1.patch
86
85
git am $PATCHES /ppc64le_2.patch
87
- git am $PATCHES /MacOS-debug-symbols-support.patch
88
86
89
87
createTag " jdk8u181-b13"
90
88
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments