From owner-freebsd-hackers Tue Jul 15 06:19:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA25871 for hackers-outgoing; Tue, 15 Jul 1997 06:19:10 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA25866 for ; Tue, 15 Jul 1997 06:19:06 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.6/8.6.9) with ESMTP id GAA00746; Tue, 15 Jul 1997 06:17:54 -0700 (PDT) To: Jim Carroll cc: freebsd-hackers@FreeBSD.ORG Subject: Re: make boot.flp Explodes In-reply-to: Your message of "Tue, 15 Jul 1997 08:48:01 EDT." Date: Tue, 15 Jul 1997 06:17:54 -0700 Message-ID: <743.868972674@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I have been having trouble now for 5 days trying to get the stock > boot.flp make file to compile under FreeBSD 2.2.1 with absolutely no > luck. > > I have reinstalled the OS from scratch on a clean hard drive, but each > time I try the make, I get the same error. Here is the sequence of > events I perform, and the error message: > > cd /usr/src/release > make boot.flp Heh. This target is not meant to be run stand-alone; you MUST run it as part of the release target. To put it another way, there are only two supported targets in /usr/src/release/Makefile: release and rerelease. Attempts to use anything else will not work. Jordan