ebuild.sh: split out phase-functions.sh
authorZac Medico <zmedico@gentoo.org>
Sun, 11 Sep 2011 00:24:21 +0000 (17:24 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 11 Sep 2011 00:24:21 +0000 (17:24 -0700)
commit2992864b6d33d014f7c011b9ae67fe00164ded47
tree6f0b350ad0315a00146fb1446c183398020768f3
parentd3789b062ba0214c77823345d582875232b27be9
ebuild.sh: split out phase-functions.sh

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.
bin/ebuild.sh
bin/phase-functions.sh [new file with mode: 0644]