From 64d804c4f65b4257b1507491cdc9a103c38999d4 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 7 May 2007 15:57:02 +0000 Subject: Fix glibc and uClibc downloading and extracting. Although we no longer need the kernel config file, we now need to specify the kernel source directory when installing headers. Re-order components downloading to match build order. Fix the saveSample.sh script in case the referenced files are the same as the destination files. --- scripts/build/libc_uClibc.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/build/libc_uClibc.sh') diff --git a/scripts/build/libc_uClibc.sh b/scripts/build/libc_uClibc.sh index 5b1504c6..0981ce9b 100644 --- a/scripts/build/libc_uClibc.sh +++ b/scripts/build/libc_uClibc.sh @@ -13,6 +13,8 @@ do_libc_get() { CT_GetFile "${CT_LIBC_FILE}" ${libc_src} # uClibc locales [ "${CT_LIBC_UCLIBC_LOCALES}" = "y" ] && CT_GetFile "uClibc-locale-030818" ${libc_src} + + return 0 } # Extract uClibc @@ -20,6 +22,8 @@ do_libc_extract() { CT_ExtractAndPatch "${CT_LIBC_FILE}" # uClibc locales [ "${CT_LIBC_UCLIBC_LOCALES}" = "y" ] && CT_ExtractAndPatch "uClibc-locale-030818" + + return 0 } # Check that uClibc has been previously configured -- cgit v1.2.3