Fix the saveSample script oafter architerctures reorganisation
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Oct 14 16:53:13 2008 +0000 (2008-10-14)
changeset 9274824afc1b2f7
parent 926 fe3e5a3331b6
child 928 df15727c73d7
Fix the saveSample script oafter architerctures reorganisation

On Tuesday 14 October 2008 16:27:37 Nate Case wrote:
> The saveSample.sh script is referring to the old architecture-specific
> script path. Point to the new one, just as done in crosstool.sh.

/trunk/scripts/saveSample.sh | 4 2 2 0 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
scripts/saveSample.sh
     1.1 --- a/scripts/saveSample.sh	Tue Oct 14 16:50:33 2008 +0000
     1.2 +++ b/scripts/saveSample.sh	Tue Oct 14 16:53:13 2008 +0000
     1.3 @@ -21,8 +21,8 @@
     1.4  # Do not use a progress bar
     1.5  unset CT_LOG_PROGRESS_BAR
     1.6  
     1.7 -# Parse the architecture-specific functions
     1.8 -. "${CT_LIB_DIR}/arch/${CT_ARCH}/functions"
     1.9 +# Parse architecture-specific functions
    1.10 +. "${CT_LIB_DIR}/scripts/build/arch/${CT_ARCH}.sh"
    1.11  
    1.12  # Target tuple: CT_TARGET needs a little love:
    1.13  CT_DoBuildTargetTuple