Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/shlib.sh
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2012-09-29 15:52:07 (GMT)
committer Daniel Drake <dsd@laptop.org>2012-09-29 15:52:07 (GMT)
commit6ffef43c84f3216b42239fc3b3f72aa8c2bb6914 (patch)
treea33cc8df84a1230e2dc794a2ce19ddf827d6da75 /lib/shlib.sh
parente41aaec60d874cbd32ab4a4f39891ae4c18b37b7 (diff)
Create build_shared directory early
Promote the shared directory to a core directory and create it early, meaning that it can be used from all stages, including prepare.
Diffstat (limited to 'lib/shlib.sh')
-rw-r--r--lib/shlib.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/shlib.sh b/lib/shlib.sh
index 11324c2..870eaf6 100644
--- a/lib/shlib.sh
+++ b/lib/shlib.sh
@@ -9,6 +9,7 @@ builddir=$OOB__builddir
cachedir=$OOB__cachedir
cacheonly=$OOB__cacheonly
intermediatesdir=$OOB__intermediatesdir
+shareddir=$OOB__shareddir
outputdir=$OOB__outputdir
statedir=$OOB__statedir
fsmount=$OOB__fsmount