summaryrefslogtreecommitdiff
path: root/scripts/build/debug
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/debug')
-rw-r--r--scripts/build/debug/000-template.sh11
-rw-r--r--scripts/build/debug/100-dmalloc.sh4
-rw-r--r--scripts/build/debug/200-duma.sh4
-rw-r--r--scripts/build/debug/300-gdb.sh7
-rw-r--r--scripts/build/debug/400-ltrace.sh4
-rw-r--r--scripts/build/debug/500-strace.sh4
6 files changed, 0 insertions, 34 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:
diff --git a/scripts/build/debug/100-dmalloc.sh b/scripts/build/debug/100-dmalloc.sh
index 371c5cd..27a70a8 100644
--- a/scripts/build/debug/100-dmalloc.sh
+++ b/scripts/build/debug/100-dmalloc.sh
@@ -1,9 +1,5 @@
# Build script for the dmalloc debug library facility
-do_print_filename() {
- echo "dmalloc-${CT_DMALLOC_VERSION}"
-}
-
do_debug_dmalloc_get() {
CT_GetFile "dmalloc-${CT_DMALLOC_VERSION}" http://dmalloc.com/releases/
}
diff --git a/scripts/build/debug/200-duma.sh b/scripts/build/debug/200-duma.sh
index 79d09fe..bdb92a6 100644
--- a/scripts/build/debug/200-duma.sh
+++ b/scripts/build/debug/200-duma.sh
@@ -1,9 +1,5 @@
# Build script for D.U.M.A.
-do_print_filename() {
- echo "duma_${CT_DUMA_VERSION}"
-}
-
do_debug_duma_get() {
CT_GetFile "duma_${CT_DUMA_VERSION}" http://mesh.dl.sourceforge.net/sourceforge/duma/
# D.U.M.A. doesn't separate its name from its version with a dash,
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh
index 321e13a..c2a964e 100644
--- a/scripts/build/debug/300-gdb.sh
+++ b/scripts/build/debug/300-gdb.sh
@@ -1,12 +1,5 @@
# Build script for the gdb debug facility
-do_print_filename() {
- echo "gdb$(do_debug_gdb_suffix)"
- if [ "${CT_GDB_NATIVE}" = "y" ]; then
- echo "ncurses-${CT_NCURSES_VERSION}"
- fi
-}
-
do_debug_gdb_suffix() {
case "${CT_GDB_VERSION}" in
snapshot) ;;
diff --git a/scripts/build/debug/400-ltrace.sh b/scripts/build/debug/400-ltrace.sh
index 8d8e1cb..231a61f 100644
--- a/scripts/build/debug/400-ltrace.sh
+++ b/scripts/build/debug/400-ltrace.sh
@@ -1,9 +1,5 @@
# Build script for ltrace
-do_print_filename() {
- echo "ltrace-${CT_LTRACE_VERSION}.orig"
-}
-
do_debug_ltrace_get() {
CT_GetFile "ltrace_${CT_LTRACE_VERSION}.orig" {ftp,http}://ftp.de.debian.org/debian/pool/main/l/ltrace/
# Create a link so that the following steps are easier to do:
diff --git a/scripts/build/debug/500-strace.sh b/scripts/build/debug/500-strace.sh
index ee1fc2c..8e3c682 100644
--- a/scripts/build/debug/500-strace.sh
+++ b/scripts/build/debug/500-strace.sh
@@ -1,9 +1,5 @@
# Build script for strace
-do_print_filename() {
- echo "strace-${CT_STRACE_VERSION}"
-}
-
do_debug_strace_get() {
CT_GetFile "strace-${CT_STRACE_VERSION}" http://mesh.dl.sourceforge.net/sourceforge/strace/
# Downloading from sourceforge leaves garbage, cleanup