mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
The chrooted environment isn't nearly pristine, so reset
MAKEOBJDIRPREFIX to the canonical /usr/obj while there.
This commit is contained in:
parent
4ab9c1d126
commit
da40970fa0
1 changed files with 1 additions and 0 deletions
|
|
@ -388,6 +388,7 @@ rerelease release:
|
|||
echo "export RELEASEDIR=${_R}" >> ${CHROOTDIR}/mk
|
||||
echo "export PATH=${BOOTSTRAPDIR}:$${PATH}:${LOCALDIR}" >> ${CHROOTDIR}/mk
|
||||
echo "export TMPDIR=/tmp" >> ${CHROOTDIR}/mk
|
||||
echo "export MAKEOBJDIRPREFIX=/usr/obj" >> ${CHROOTDIR}/mk
|
||||
echo "if [ ! -f /tmp/.world_done ]; then" >> ${CHROOTDIR}/mk
|
||||
echo " cd /usr/src" >> ${CHROOTDIR}/mk
|
||||
.if make(release)
|
||||
|
|
|
|||
Loading…
Reference in a new issue