aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2019-07-23 02:17:44 -0600
committerTim Harder <radhermit@gmail.com>2019-07-23 03:07:58 -0600
commita7c254aa1c38ad8736b2b85ef5665018ab0985b5 (patch)
tree19ea637a06318bf78576c4f554bc7f5dd6c47deb /.gitignore
parentpmaint regen: provide better output for metadata errors (diff)
downloadpkgcore-a7c254aa1c38ad8736b2b85ef5665018ab0985b5.tar.gz
pkgcore-a7c254aa1c38ad8736b2b85ef5665018ab0985b5.tar.bz2
pkgcore-a7c254aa1c38ad8736b2b85ef5665018ab0985b5.zip
ebd: generate eapi bash lib cache when registering EAPI objects
This lets us use cached versions for all generated libs while running from the git repo directly allowing things like cache regen or other highly bash-centric processes to run near install speed. Previously cache regen spawned from a pkgcore git repo would take lots of additional time due to the ebd having to dynamically generate and source the requisite bash EAPI libs for every package.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 8cdb9fbda..349b8bdae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,9 +5,9 @@
src/**/*.so
# generated function lists
-bash/funcnames
+ebd/.generated
-pkgcore/plugins/plugincache
+src/pkgcore/plugins/plugincache
/build
/cache
/dist