#!/bin/bash set -e cd build echo "Building glibc..." ../nano-$YAPM_PACKAGE_VERSION/configure --target=$YAPM_BUILD_TARGET make -j$(nproc)