cookutils diff cross @ rev 486
cooker: Replace 'echo ' with newline function. Check if file $crontabs exists before using fgrep on it.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Jun 11 16:44:10 2012 +0000 (2012-06-11) |
parents | 175bd828c332 |
children | a8797a6edd21 |
line diff
1.1 --- a/cross Fri Jun 01 18:44:44 2012 +0200 1.2 +++ b/cross Mon Jun 11 16:44:10 2012 +0000 1.3 @@ -38,7 +38,7 @@ 1.4 compile Compile everything at once 1.5 clean Clean-up build environment 1.6 clean-tools Clean: $tools 1.7 - gen-prebuilt Create an prebuilt toolchain archive 1.8 + gen-prebuilt Create a prebuilt toolchain archive 1.9 1.10 EOT 1.11 } 1.12 @@ -108,7 +108,7 @@ 1.13 echo "cross: binutils compiled on: $(date)" 1.14 } 1.15 1.16 -# 2. Kernel headers could use CROSS_COMPILE but gcc is not yet build. 1.17 +# 2. Kernel headers could use CROSS_COMPILE but gcc is not yet built. 1.18 linux_headers() { 1.19 init_compile 1.20 if [ ! -d "linux-$LINUX_VERSION" ]; then