Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bordel
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ else
fi

CONF_DIR="conf"
DEPLOY_DIR="deploy"
DEPLOY_DIR="tmp-glibc/deploy"
STAGING_DIR="staging"
REPO_PACKAGES_DIR="packages.main"
# shellcheck disable=SC2034
Expand Down
3 changes: 0 additions & 3 deletions cmds/config
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ DL_DIR ?= "\${TOPDIR}/downloads"

SSTATE_DIR = "\${TOPDIR}/sstate-cache"

# Set DEPLOY_DIR outside of TMPDIR
DEPLOY_DIR = "\${TOPDIR}/${DEPLOY_DIR}"

export CCACHE_DIR = "\${TOPDIR}/ccache"
CCACHE_TARGET_DIR = "\${CACHE_DIR}"

Expand Down