Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2000 08:56:03 -0700
From:      Marcel Moolenaar <marcel@cup.hp.com>
To:        Bill Fumerola <billf@chimesnet.com>
Cc:        current@freebsd.org, marcel@freebsd.org
Subject:   Re: installkernel broken?
Message-ID:  <397F0A13.E2127CFA@cup.hp.com>
References:  <20000726041041.T51462@jade.chc-chimes.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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: marcel@cup.hp.com / marcel@FreeBSD.org
  tel:  (408) 447-4222


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?397F0A13.E2127CFA>