cookutils rev 455

Tiny edits
author Paul Issott <paul@slitaz.org>
date Fri Jun 01 20:36:09 2012 +0100 (2012-06-01)
parents 175bd828c332
children bb5160390733
files cook cook.conf cross
line diff
     1.1 --- a/cook	Fri Jun 01 18:44:44 2012 +0200
     1.2 +++ b/cook	Fri Jun 01 20:36:09 2012 +0100
     1.3 @@ -968,7 +968,7 @@
     1.4  		echo "Configure args  : $CONFIGURE_ARGS"
     1.5  		echo "Arch sysroot    : $sysroot"
     1.6  		echo "Tools prefix    : $tools/bin"
     1.7 -		# Tell the packages manager wher to find packages.
     1.8 +		# Tell the packages manager where to find packages.
     1.9  		echo "Packages DB     : ${root}$DB"
    1.10  		mkdir -p ${root}$INSTALLED
    1.11  		cd ${root}$DB && rm -f *.bak
     2.1 --- a/cook.conf	Fri Jun 01 18:44:44 2012 +0200
     2.2 +++ b/cook.conf	Fri Jun 01 20:36:09 2012 +0100
     2.3 @@ -47,7 +47,7 @@
     2.4  BUILD_SYSTEM="$ARCH-slitaz-linux"
     2.5  HOST_SYSTEM="$ARCH-slitaz-linux"
     2.6  
     2.7 -# SliTaz use the sysroot method, this tells GCC to consider dir as the root
     2.8 +# SliTaz uses the sysroot method, this tells GCC to consider dir as the root
     2.9  # of a tree that contains a (subset of) the root filesystem of the target
    2.10  # operating system. Target system headers, libraries and run-time object
    2.11  # files will be searched in there. Cook will use the tools and sysroot in
     3.1 --- a/cross	Fri Jun 01 18:44:44 2012 +0200
     3.2 +++ b/cross	Fri Jun 01 20:36:09 2012 +0100
     3.3 @@ -38,7 +38,7 @@
     3.4    compile         Compile everything at once
     3.5    clean           Clean-up build environment
     3.6    clean-tools     Clean: $tools
     3.7 -  gen-prebuilt    Create an prebuilt toolchain archive
     3.8 +  gen-prebuilt    Create a prebuilt toolchain archive
     3.9  
    3.10  EOT
    3.11  }
    3.12 @@ -108,7 +108,7 @@
    3.13  	echo "cross: binutils compiled on: $(date)"
    3.14  }
    3.15  
    3.16 -# 2. Kernel headers could use CROSS_COMPILE but gcc is not yet build.
    3.17 +# 2. Kernel headers could use CROSS_COMPILE but gcc is not yet built.
    3.18  linux_headers() {
    3.19  	init_compile
    3.20  	if [ ! -d "linux-$LINUX_VERSION" ]; then