Diff for /elwix/build_world.sh between versions 1.3.2.3 and 1.3.2.4

version 1.3.2.3, 2014/01/15 09:09:44 version 1.3.2.4, 2014/01/15 09:15:43
Line 38  if [ "${USER}" != "root" ]; then Line 38  if [ "${USER}" != "root" ]; then
 fi  fi
   
 # 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}"
   
 clean_world()  clean_world()
 {  {

Removed from v.1.3.2.3  
changed lines
  Added in v.1.3.2.4


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