#! /usr/bin/env bash # Avoid rebuilds of the same version [[ ! -d build ]] && exit 0 source util.sh cd build echo "$TAG Compiling binutils (usually 5-10 minutes)..." run_quietly giteapc-build.log \ make -j$(nproc)