Bill Fumerola wrote:
> STRICTTMPPATH= ${WORLDTMP}/usr/sbin:${WORLDTMP}/usr/bin:${WORLDTMP}/usr/games
> INSTALLTMP= ${TMPDIR}/install.${TMPPID}
> IMAKEENV= ${CROSSENV} \
> PATH=${STRICTTMPPATH}:${INSTALLTMP}
>
> installkernel:
> cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
> ${IMAKEENV} MACHINE=${MACHINE} KERNEL=${INSTALLKERNEL} \
> ${MAKE} KERNEL=${INSTALLKERNEL} install
>
> Now, why are we looking in ${WORLDTMP}/usr/sbin when what we should be
> looking in is ${WORLDTMP}/usr.sbin? Same with /usr/bin != /usr.bin...
WORLDTMP is a place to *install* binaries we made during the build. We
don't install in /usr.bin or /usr.sbin; we install in /usr/bin and
/usr/sbin resp.
> Disgruntled and reverting back to making kernels the way they were intended,
So, what's broken then?
--
Marcel Moolenaar
mail: [EMAIL PROTECTED] / [EMAIL PROTECTED]
tel: (408) 447-4222
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message