https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295993
--- Comment #8 from Alastair Hogge <[email protected]> --- (In reply to Dag-Erling Smørgrav from comment #7) > That's your problem right there. Building from read-only ${SRC} was the solution to avoiding the build process polluting the source tree...this was long a time ago tho. > How did you build world? >From a POSIX sh script which does things like the following: > (cd ${UPDATEHOST_SRC_TREE} && \ > env MAKEOBJDIRPREFIX=${UPDATEHOST_OBJPREFIX} make > ${UPDATEHOST_MAKE_ARGS} -j${UPDATEHOST_NCPU} ${udpatehost_make_target}) ${UPDATEHOST_OBJPREFIX} is tmpfs mounted at /tmp. -- You are receiving this mail because: You are the assignee for the bug.
