From e3a8751d87844d1f636f75f4accf1cb451471fea Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 6 Sep 2020 20:32:04 -0500 Subject: [PATCH] Cleanup: add missing dependencies to featueless make bootstrap.sh script. --- build/scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.8.3.1