cookutils 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 | 408d3c74e80c |
children | 7e69ae6e69a5 |
files | cook |
line diff
1.1 --- a/cook Fri Apr 13 12:20:56 2012 +0200 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