cookutils diff cook @ rev 352

cook: show configure args and CFLAGS
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 16 10:03:51 2012 +0200 (2012-04-16)
parents 89eb89d8dc22
children 7e69ae6e69a5
line diff
     1.1 --- a/cook	Mon Mar 19 11:50:10 2012 +0100
     1.2 +++ b/cook	Mon Apr 16 10:03:51 2012 +0200
     1.3 @@ -589,7 +589,9 @@
     1.4  
     1.5  	# Execute receipt rules.
     1.6  	if grep -q ^compile_rules $receipt; then
     1.7 -		gettext -e "Executing: compile_rules\n"
     1.8 +		echo "Executing: compile_rules"
     1.9 +		echo "Configure: $CONFIGURE_ARGS"
    1.10 +		echo "CFLAGS   : $CFLAGS"
    1.11  		[ -d "$src" ] && cd $src
    1.12  		compile_rules $@ || exit 1
    1.13  		# Stay compatible with _pkg