From owner-freebsd-current Wed Jul 26 8:56:15 2000 Delivered-To: freebsd-current@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id 2666737BB82; Wed, 26 Jul 2000 08:56:05 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel3.hp.com (Postfix) with ESMTP id 02C70137; Wed, 26 Jul 2000 08:56:03 -0700 (PDT) Received: from cup.hp.com (gauss.cup.hp.com [15.28.97.152]) by adlmail.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id IAA16891; Wed, 26 Jul 2000 08:56:03 -0700 (PDT) Message-ID: <397F0A13.E2127CFA@cup.hp.com> Date: Wed, 26 Jul 2000 08:56:03 -0700 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Bill Fumerola Cc: current@freebsd.org, marcel@freebsd.org Subject: Re: installkernel broken? References: <20000726041041.T51462@jade.chc-chimes.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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