Date: Sun, 30 Dec 2001 06:20:02 -0800 (PST) From: Sheldon Hearn <sheldonh@starjuice.net> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/33014: installkernel without buildkernel gives confusing error Message-ID: <200112301420.fBUEK2410863@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/33014; it has been noted by GNATS.
From: Sheldon Hearn <sheldonh@starjuice.net>
To: "leifn@neland.dk" <root@arnold.neland.dk>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: kern/33014: installkernel without buildkernel gives confusing error
Date: Sun, 30 Dec 2001 16:12:50 +0200
On Wed, 19 Dec 2001 20:12:48 +0100, "leifn@neland.dk" wrote:
> >Category: kern
> >Synopsis: installkernel without buildkernel gives confusing error
How do you propose that the buildkernel target verify that a full buildworld
has completed? Is it as simple as this?
Index: Makefile.inc1
===================================================================
RCS file: /home/ncvs/src/Makefile.inc1,v
retrieving revision 1.235
diff -u -d -r1.235 Makefile.inc1
--- Makefile.inc1 28 Dec 2001 11:53:18 -0000 1.235
+++ Makefile.inc1 30 Dec 2001 14:12:05 -0000
@@ -406,7 +407,7 @@
#
# Builds all kernels defined by BUILDKERNELS.
#
-buildkernel:
+buildkernel: buildworld
.if empty(BUILDKERNELS)
@echo ">>> ERROR: Missing kernel configuration file(s) (${KERNCONF})."
@false
Ciao,
Sheldon.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112301420.fBUEK2410863>
