]> Kevux Git Server - fll/commitdiff
Cleanup: add missing dependencies to featueless make bootstrap.sh script.
authorKevin Day <thekevinday@gmail.com>
Mon, 7 Sep 2020 01:32:04 +0000 (20:32 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 7 Sep 2020 01:32:04 +0000 (20:32 -0500)
build/scripts/bootstrap.sh

index 71e6161bb657c41029801487623247fb2a40a230..5646c020ebfe4921926f0635f67e80bc949b284a 100644 (file)
@@ -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.