Forget to $JDK_DEBUG_LEVEL

This commit is contained in:
Tran Khanh Duy 2020-10-27 12:40:44 +07:00 committed by GitHub
parent 2551821c66
commit 66a369a3d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,6 @@ if [ "$error_code" -ne 0 ]; then
exit $error_code
fi
mkdir -p build/linux-${TARGET_JDK}-normal-server-release
cd build/linux-${TARGET_JDK}-normal-server-release
# mkdir -p build/linux-${TARGET_JDK}-normal-server-${JDK_DEBUG_LEVEL}
cd build/linux-${TARGET_JDK}-normal-server-${JDK_DEBUG_LEVEL}
make JOBS=4 images