Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2016-06-23 02:24:41 +0300
committerBryan Drewery <bryan@shatow.net>2017-02-22 09:46:44 +0300
commit8f6b68c6fe89fc4c42eaaf21e61515da63a54057 (patch)
treef904d56d7a1a4517eaa10423f4b3cc4ab7acda48 /Makefile.in
parent4724e0b881bf304231f327769c53ecffeaedd33b (diff)
Add a "shared hash" that uses files on the system for KV storage
This is intended to replace the current pkgname/origin caching mechanisms.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 3cb9ecd6..d2a02127 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -548,6 +548,7 @@ dist_include_HEADERS = \
src/share/poudriere/include/hash.sh \
src/share/poudriere/include/fs.sh \
src/share/poudriere/include/parallel.sh \
+ src/share/poudriere/include/shared_hash.sh \
src/share/poudriere/include/util.sh
dist_awk_DATA = src/share/poudriere/awk/dependency_loop.awk \