Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2001 13:00:36 +0200 (CEST)
From:      Oliver Fromme <olli@secnetix.de>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: make release
Message-ID:  <200109161100.NAA21021@lurza.secnetix.de>
In-Reply-To: <3BA3DC5A.C2B09920@digsys.bg>

next in thread | previous in thread | raw e-mail | index | archive | help
Stoian Mishinev <mishinev@digsys.bg> wrote:
 > The problem is that make release brake. If I first buildworld and
 > buildkernel then cd to release directory and then make release it works.
 > 
 > So my question is is there any way to make release from clean source
 > tree without making world first.

No, you're supposed to perform at least a "make buildworld"
before you can do a "make release", because you need to
have a populated object tree (one of the first things that
the release makefile does is a "make installworld").
I think this is documented pretty clearly.

Regards
   Oliver

-- 
Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

"All that we see or seem is just a dream within a dream" (E. A. Poe)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109161100.NAA21021>