mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
init.sh: create separate lock in release dirs
this removes the current hackiness, preventing build errors since xbtmp is now based on xbmkpwd, which changes when we're in the release dir. XBMK_RELEASE is still set accordingly, so this will still work the same way. this is also cleaner in general. XBMK_CACHE is still the same, so the release work directory still re-uses files from the main work directory, rather than re-creating them. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -42,7 +42,6 @@ release()
|
|||||||
|
|
||||||
prep_release()
|
prep_release()
|
||||||
{
|
{
|
||||||
x_ cp "$xbmklock" "$rsrc/lock"
|
|
||||||
(
|
(
|
||||||
[ "$1" = "tarball" ] || x_ cd "$rsrc"
|
[ "$1" = "tarball" ] || x_ cd "$rsrc"
|
||||||
prep_release_$1
|
prep_release_$1
|
||||||
|
|||||||
Reference in New Issue
Block a user