From 74c557988550e7586161db159a4f1d86fac14aa0 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 14 Oct 2008 16:53:13 +0000 Subject: 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 --git a/scripts/saveSample.sh b/scripts/saveSample.sh index 8b0d44c..3466576 100755 --- a/scripts/saveSample.sh +++ b/scripts/saveSample.sh @@ -21,8 +21,8 @@ CT_TestOrAbort "Configuration file not found. Please create one." -f "${CT_TOP_D # 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 -- cgit v0.10.2-6-g49f6