]> Kevux Git Server - fll/commitdiff
Update: remove unavailable script function references
authorKevin Day <thekevinday@gmail.com>
Tue, 27 Aug 2013 00:13:06 +0000 (19:13 -0500)
committerKevin Day <thekevinday@gmail.com>
Tue, 27 Aug 2013 00:13:06 +0000 (19:13 -0500)
The install and uninstall functions were referenced but are no longer defined.
Just remove their references.

build/scripts/generate.sh

index cd2b0bea799c054f3d63744e5406ea9bf2870ef7..219de0cbaa2ee29d215e3502b6cf4cd3ec0397ee 100644 (file)
@@ -2,7 +2,7 @@
 # license: lgpl-2.1
 # programmer: Kevin Day
 #
-# The purpose of this script is to provide a simple bootstrap tool to compile and install any part of the FLL project.
+# 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, grep, and sed.
 
 generate_main(){
@@ -361,8 +361,6 @@ generate_cleanup(){
   unset generate_load_settings
   unset generate_prepare_build
   unset generate_operation_build
-  unset generate_operation_install
-  unset generate_operation_uninstall
   unset generate_operation_clean
   unset generate_cleanup
 }