scripts/build/tools/000-template.sh
changeset 1112 c72aecd1a9ef
parent 916 68af6b83ff7e
child 1126 1ab3d2e08c8b
     1.1 --- a/scripts/build/tools/000-template.sh	Fri Oct 10 14:30:44 2008 +0000
     1.2 +++ b/scripts/build/tools/000-template.sh	Sat Jan 03 21:11:41 2009 +0000
     1.3 @@ -1,16 +1,5 @@
     1.4  # Template file for a tool utility
     1.5  
     1.6 -# Small function to print the filename
     1.7 -# Note that this function gets redefined over and over again for each tool.
     1.8 -# It's of no use when building the toolchain proper, but shows all its
     1.9 -# usefullness when saving the toolchain and building the tarball.
    1.10 -# Echo the name of the file, without the extension, below.
    1.11 -do_print_filename() {
    1.12 -    # For example:
    1.13 -    # echo "foobar-${CT_FOOBAR_VERSION}"
    1.14 -    :
    1.15 -}
    1.16 -
    1.17  # Put your download code here
    1.18  do_tools_foobar_get() {
    1.19      # For example: