From owner-freebsd-current Thu Mar 6 19:31:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA07582 for current-outgoing; Thu, 6 Mar 1997 19:31:11 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA07575 for ; Thu, 6 Mar 1997 19:31:08 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id TAA04888; Thu, 6 Mar 1997 19:31:04 -0800 (PST) To: awhawks@ibm.net cc: current@freebsd.org Subject: Re: Makeing a SNAP In-reply-to: Your message of "Thu, 06 Mar 1997 09:56:00 EST." <199703061456.JAA13081@pent.ibm.net> Date: Thu, 06 Mar 1997 19:31:04 -0800 Message-ID: <4885.857705464@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > All went fine till it got to the part in release.4 that does the cruch stuff > where it fails with the following results. > > rm -rf /R/stage/crunch > mkdir -p /R/stage/crunch > export RELEASE_BUILD_FIXIT=noway ; for j in boot fixit ; do rm -rf ${j}_cru nch && mkdir ${j}_crunch && ( cd ${j}_crunch && crunchgen /usr/src/release/$ {j}_crunch.conf && make -f ${j}_crunch.mk all NOCRYPT=yes "CFLAGS=-O2 -pipe -DCRUNCHED_BINARY") && mv ${j}_crunch/${j}_crunch /R/stage/crunch/${j} && tr ue || { rm -rf ${j}_crunch ; false ; } ; done > /usr/src/release/boot_crunch.conf: ft: warning: could not find any .o files. Looks in /usr/src/sbin/ft didn't get built correctly. Can you verify that? Jordan