cookutils rev 666

cook: clean-up cross comment
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 30 19:09:50 2014 +0200 (2014-03-30)
parents 9eb45eb507f5
children 88b59ea55bff
files cook
line diff
     1.1 --- a/cook	Fri Mar 28 18:55:34 2014 +0000
     1.2 +++ b/cook	Sun Mar 30 19:09:50 2014 +0200
     1.3 @@ -1442,17 +1442,8 @@
     1.4  		unset inst
     1.5  		unset_receipt
     1.6  		. $receipt
     1.7 -
     1.8 +		
     1.9  		# Handle cross compilation.
    1.10 -		#
    1.11 -		# CROSS_NOTE: Actually we are running an ARM cooker but running
    1.12 -		# the cooker and building each commit in wok is not possible since
    1.13 -		# we dont cook the full wok for this arch. For ARM we need a set
    1.14 -		# of packages to handle a touch screen desktop, servers but not
    1.15 -		# erlang.
    1.16 -		#
    1.17 -		# The temporary solution is to build only reviewed and tested
    1.18 -		# packages with HOST_ARCH set in receipt.
    1.19  		case "$ARCH" in
    1.20  			arm)
    1.21  				if [ ! "$HOST_ARCH" ]; then