Diff for /elwix/build_tools.sh between versions 1.6.6.3 and 1.6.6.4

version 1.6.6.3, 2014/01/15 09:09:44 version 1.6.6.4, 2014/01/15 09:15:43
Line 22  unset VERSION Line 22  unset VERSION
 VERSION="$V"  VERSION="$V"
   
 # Set TARGET_CPUTYPE only for world compiling. Don't use this in kernel build!  # Set TARGET_CPUTYPE only for world compiling. Don't use this in kernel build!
X_TARGET_CPUTYPE="${TARGET_CPUTYPE}"X_TARGET_CPUTYPE="TARGET_CPUTYPE=${TARGET_CPUTYPE}"
   
 if [ ! -d $BSDSRC ]; then  if [ ! -d $BSDSRC ]; then
         echo          echo

Removed from v.1.6.6.3  
changed lines
  Added in v.1.6.6.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>