Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2000 04:10:42 -0400
From:      Bill Fumerola <billf@chimesnet.com>
To:        current@freebsd.org, marcel@freebsd.org
Subject:   installkernel broken?
Message-ID:  <20000726041041.T51462@jade.chc-chimes.com>

next in thread | raw e-mail | index | archive | help

A little context....

CROSSENV=       MAKEOBJDIRPREFIX=${OBJTREE} \
                COMPILER_PATH=${WORLDTMP}/usr/libexec:${WORLDTMP}/usr/bin \
                LIBRARY_PATH=${WORLDTMP}${SHLIBDIR}:${WORLDTMP}/usr/lib \
                OBJFORMAT_PATH=${WORLDTMP}/usr/libexec \
                PERL5LIB=${WORLDTMP}/usr/libdata/perl/5.6.0
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...

Disgruntled and reverting back to making kernels the way they were intended,

-- 
Bill Fumerola - Network Architect, BOFH / Chimes, Inc.
                billf@chimesnet.com / billf@FreeBSD.org





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?20000726041041.T51462>