summaryrefslogtreecommitdiff
path: root/scripts/build/debug/000-template.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/debug/000-template.sh')
-rw-r--r--scripts/build/debug/000-template.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/build/debug/000-template.sh b/scripts/build/debug/000-template.sh
index b6eaa9a..c5fba91 100644
--- a/scripts/build/debug/000-template.sh
+++ b/scripts/build/debug/000-template.sh
@@ -1,16 +1,5 @@
# Template file for a debug utility
-# Small function to print the filename
-# Note that this function gets redefined over and over for each tool
-# It's of no use when building the toolchain proper, but shows all its
-# usefullness when saving the toolchain and building the tarball.
-# Echo the name of the file, without the extension, below.
-do_print_filename() {
- # For example:
- # echo "foobar-${CT_FOOBAR_VERSION}"
- :
-}
-
# Put your download code here
do_debug_foobar_get() {
# For example: