Add config file and force timestamp conditional option

This commit is contained in:
Melg Eight 2021-05-18 14:37:34 +03:00
parent fefb33a870
commit cf4ce56603
No known key found for this signature in database
GPG key ID: 8F73D998D1992669
4 changed files with 34 additions and 2 deletions

View file

@ -11,6 +11,8 @@ set -e
. helpers.sh
. bootstrap.cfg
build xz-5.0.5
build automake-1.11.2
@ -31,6 +33,11 @@ build mpfr-4.1.0
build mpc-1.2.1
if [ "$FORCE_TIMESTAMPS" = True ] ; then
echo 'Forcing all files timestamps to be 0 unix time.'
canonicalise_all_files_timestamp
fi
echo "Bootstrapping completed."
exec env - PATH=/after/bin PS1="\w # " bash -i