Skip to content

Commit

Permalink
toolchain: bump make to 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zero committed Feb 1, 2019
1 parent cd1dc43 commit 98f658d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/toolchain/scripts/checksums.sha256
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ af300723841062db6ae24e38e61aaf4fbf3f6e5d9fd3bf60ebbdbf95db4e9f09 *gcc-8.1.0.tar.
1b0f36be1045ff58cbb9c83743835367b860810f17f0195a4e093458b372020f *gcc-8.2.0.tar.gz
9fc7a9783d3d2ea002aa1348f851875a2636116c433677453cc1d1acc3fc4d55 *make-4.1.tar.gz
e968ce3c57ad39a593a92339e23eb148af6296b9f40aa453a9a9202c99d34436 *make-4.2.tar.gz
e40b8f018c1da64edd1cc9a6fce5fa63b2e707e404e20cad91fbae337c98a5b7 *make-4.2.1.tar.gz

#SIRIUS package dependencies
0460ad7c2542caaddc6729762952d345374784100223995eb14d614861f2258d *gsl-2.5.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion tools/toolchain/scripts/install_make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[ "${BASH_SOURCE[0]}" ] && SCRIPT_NAME="${BASH_SOURCE[0]}" || SCRIPT_NAME=$0
SCRIPT_DIR="$(cd "$(dirname "$SCRIPT_NAME")" && pwd -P)"

make_ver=${make_ver:-4.2}
make_ver=${make_ver:-4.2.1}
source "${SCRIPT_DIR}"/common_vars.sh
source "${SCRIPT_DIR}"/tool_kit.sh
source "${SCRIPT_DIR}"/signal_trap.sh
Expand Down

0 comments on commit 98f658d

Please sign in to comment.