# HG changeset patch # User Paul Issott # Date 1338579369 -3600 # Node ID 8e43a0f15aa01bf4af2950c755f97d88197a83ce # Parent 175bd828c3324ad7011349c3aeff910c769ab452 Tiny edits diff -r 175bd828c332 -r 8e43a0f15aa0 cook --- a/cook Fri Jun 01 18:44:44 2012 +0200 +++ b/cook Fri Jun 01 20:36:09 2012 +0100 @@ -968,7 +968,7 @@ echo "Configure args : $CONFIGURE_ARGS" echo "Arch sysroot : $sysroot" echo "Tools prefix : $tools/bin" - # Tell the packages manager wher to find packages. + # Tell the packages manager where to find packages. echo "Packages DB : ${root}$DB" mkdir -p ${root}$INSTALLED cd ${root}$DB && rm -f *.bak diff -r 175bd828c332 -r 8e43a0f15aa0 cook.conf --- a/cook.conf Fri Jun 01 18:44:44 2012 +0200 +++ b/cook.conf Fri Jun 01 20:36:09 2012 +0100 @@ -47,7 +47,7 @@ BUILD_SYSTEM="$ARCH-slitaz-linux" HOST_SYSTEM="$ARCH-slitaz-linux" -# SliTaz use the sysroot method, this tells GCC to consider dir as the root +# SliTaz uses the sysroot method, this tells GCC to consider dir as the root # of a tree that contains a (subset of) the root filesystem of the target # operating system. Target system headers, libraries and run-time object # files will be searched in there. Cook will use the tools and sysroot in diff -r 175bd828c332 -r 8e43a0f15aa0 cross --- a/cross Fri Jun 01 18:44:44 2012 +0200 +++ b/cross Fri Jun 01 20:36:09 2012 +0100 @@ -38,7 +38,7 @@ compile Compile everything at once clean Clean-up build environment clean-tools Clean: $tools - gen-prebuilt Create an prebuilt toolchain archive + gen-prebuilt Create a prebuilt toolchain archive EOT } @@ -108,7 +108,7 @@ echo "cross: binutils compiled on: $(date)" } -# 2. Kernel headers could use CROSS_COMPILE but gcc is not yet build. +# 2. Kernel headers could use CROSS_COMPILE but gcc is not yet built. linux_headers() { init_compile if [ ! -d "linux-$LINUX_VERSION" ]; then