# HG changeset patch # User "Yann E. MORIN" # Date 1224003193 0 # Node ID 4824afc1b2f75cdc022390c448c3d2f8b70d6eff # Parent fe3e5a3331b6a23cdac6373fffe9b03355e7bf79 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(-) diff -r fe3e5a3331b6 -r 4824afc1b2f7 scripts/saveSample.sh --- a/scripts/saveSample.sh Tue Oct 14 16:50:33 2008 +0000 +++ b/scripts/saveSample.sh Tue Oct 14 16:53:13 2008 +0000 @@ -21,8 +21,8 @@ # Do not use a progress bar unset CT_LOG_PROGRESS_BAR -# Parse the architecture-specific functions -. "${CT_LIB_DIR}/arch/${CT_ARCH}/functions" +# Parse architecture-specific functions +. "${CT_LIB_DIR}/scripts/build/arch/${CT_ARCH}.sh" # Target tuple: CT_TARGET needs a little love: CT_DoBuildTargetTuple