Skip to content

Commit

Permalink
Revert "Add MacOS debug symbols support patch" (#5)
Browse files Browse the repository at this point in the history
This reverts commit 9b1c681.
  • Loading branch information
andrew-m-leonard authored Mar 30, 2021
1 parent 50be6a7 commit b62bf7d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 173 deletions.
2 changes: 0 additions & 2 deletions jdk8u/buildAarch64Repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ git checkout -b dev
# Apply our patches
git am $PATCHES/company_name.patch
git am $PATCHES/0001-Set-vendor-information.patch
git am $PATCHES/MacOS-debug-symbols-support.patch

# Update dev to head
cd $SCRIPT_DIR
Expand Down Expand Up @@ -79,7 +78,6 @@ cd $REPO
git checkout release
git am --exclude common/autoconf/generated-configure.sh $PATCHES/company_name.patch
git am $PATCHES/0001-Set-vendor-information.patch
git am $PATCHES/MacOS-debug-symbols-support.patch

chmod +x ./common/autoconf/autogen.sh
./common/autoconf/autogen.sh
Expand Down
2 changes: 0 additions & 2 deletions jdk8u/buildRepo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ git checkout -b dev

# Apply our patches
git am $PATCHES/company_name.patch
git am $PATCHES/MacOS-debug-symbols-support.patch

# Update dev to jdk8u192-b12
cd "$SCRIPT_DIR"
Expand Down Expand Up @@ -84,7 +83,6 @@ git checkout release
git am $PATCHES/company_name.patch
git am $PATCHES/ppc64le_1.patch
git am $PATCHES/ppc64le_2.patch
git am $PATCHES/MacOS-debug-symbols-support.patch

createTag "jdk8u181-b13"

Expand Down
169 changes: 0 additions & 169 deletions jdk8u/patches/MacOS-debug-symbols-support.patch

This file was deleted.

0 comments on commit b62bf7d

Please sign in to comment.