From: Kevin Day Date: Mon, 7 Sep 2020 01:32:04 +0000 (-0500) Subject: Cleanup: add missing dependencies to featueless make bootstrap.sh script. X-Git-Tag: 0.5.0~17 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=e3a8751d87844d1f636f75f4accf1cb451471fea;p=fll Cleanup: add missing dependencies to featueless make bootstrap.sh script. --- diff --git a/build/scripts/bootstrap.sh b/build/scripts/bootstrap.sh index 71e6161..5646c02 100644 --- a/build/scripts/bootstrap.sh +++ b/build/scripts/bootstrap.sh @@ -3,7 +3,7 @@ # programmer: Kevin Day # # The purpose of this script is to provide a simple bootstrap tool to compile any part of the FLL project. -# The dependencies of this script are: bash, basename, dirname, grep, and sed. +# The dependencies of this script are: bash, basename, cp, dirname, grep, ln, mkdir, rm, sed, and touch. # # This script is only designed specifically for bootstrap compiling the FLL project and does not necessarily fully follow the fake (featureless make) build process.