scripts/build/tools/200-sstrip.sh
changeset 1334 f37bf01a94a3
parent 1245 96d74832c40b
child 1678 ac247da318a1
     1.1 --- a/scripts/build/tools/200-sstrip.sh	Sun Mar 08 11:15:58 2009 +0000
     1.2 +++ b/scripts/build/tools/200-sstrip.sh	Mon May 11 20:45:42 2009 +0000
     1.3 @@ -28,11 +28,16 @@
     1.4  
     1.5      buildroot)
     1.6          do_tools_sstrip_get() {
     1.7 -            CT_GetSVN sstrip svn://uclibc.org/trunk/buildroot/toolchain/sstrip
     1.8 +            CT_GetFile sstrip .c http://git.buildroot.net/buildroot/plain/toolchain/sstrip
     1.9          }
    1.10          do_tools_sstrip_extract() {
    1.11 -            CT_Extract sstrip
    1.12 -            CT_Patch sstrip
    1.13 +            # We leave the sstrip maintenance to the buildroot people:
    1.14 +            # -> any fix-up goes directly there
    1.15 +            # -> we don't have patches for it
    1.16 +            # -> we don't need to patch it
    1.17 +            # -> just create a directory in src/, and copy it there.
    1.18 +            CT_DoExecLog DEBUG mkdir -p "${CT_SRC_DIR}/sstrip"
    1.19 +            CT_DoExecLog DEBUG cp -v "${CT_TARBALLS_DIR}/sstrip.c" "${CT_SRC_DIR}/sstrip"
    1.20          }
    1.21          do_tools_sstrip_build() {
    1.22              CT_DoStep INFO "Installing sstrip"