Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 290341 - `emerge --debug` should recurse into ebuild helpers
Summary: `emerge --debug` should recurse into ebuild helpers
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-24 09:41 UTC by SpanKY
Modified: 2009-10-24 09:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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