Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 290341

Summary: `emerge --debug` should recurse into ebuild helpers
Product: Portage Development Reporter: SpanKY <vapier>
Component: CoreAssignee: Portage team <dev-portage>
Status: CONFIRMED ---    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description SpanKY gentoo-dev 2009-10-24 09:41:55 UTC
probably the easiest way to handle this is to have `emerge --debug` set an env var and then have each of the helper scripts start with:
[[ ${FOO} == true ]] && echo "$0: $*" && set -x

maybe split the requoting display code out of emake and into its own helper