From 7a0e770be1f1ed93323edfe93bd0a326c6ad886c Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 10 Sep 2008 21:40:23 +0000 Subject: Remove the now really obsolete Linux kernel headers copy and sanitised. Remove orphanned Linux kernel patchsets. Initiate a kernel build scripts directory. Move the Linux kernel build script there. /trunk/scripts/build/kernel/linux.sh | 146 11 135 0 +++--------------------------------------- /trunk/scripts/crosstool.sh | 2 1 1 0 /trunk/steps.mk | 1 0 1 0 - /trunk/config/kernel/linux.in | 49 0 49 0 -------------- /trunk/config/kernel.in | 4 4 0 0 + 5 files changed, 16 insertions(+), 186 deletions(-) --- scripts/crosstool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/crosstool.sh') diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh index c865c169..f0eaa823 100755 --- a/scripts/crosstool.sh +++ b/scripts/crosstool.sh @@ -352,7 +352,7 @@ fi # Include sub-scripts instead of calling them: that way, we do not have to # export any variable, nor re-parse the configuration and functions files. -. "${CT_LIB_DIR}/scripts/build/kernel_${CT_KERNEL}.sh" +. "${CT_LIB_DIR}/scripts/build/kernel/${CT_KERNEL}.sh" . "${CT_LIB_DIR}/scripts/build/gmp.sh" . "${CT_LIB_DIR}/scripts/build/mpfr.sh" . "${CT_LIB_DIR}/scripts/build/binutils.sh" -- cgit v1.2.3