summaryrefslogtreecommitdiffstats
path: root/bin/phase-functions.sh
Commit message (Collapse)AuthorAgeFilesLines
* isolated-functions.sh: split save-ebuild-env.shZac Medico2011-09-111-1/+1
|
* Move preprocess_ebuild_env to phase-functions.sh.Zac Medico2011-09-111-0/+184
|
* ebuild.sh: move ebuild_main to phase-functions.shZac Medico2011-09-111-0/+175
|
* ebuild.sh: split out phase-functions.shZac Medico2011-09-101-0/+611
This relocates dyn_* and related functions that are needed for execution of regular phases, but not for the "depend" phase. It reduces the size of ebuild.sh by 23%, so there's less code to be sourced during the "depend" phase.