From owner-freebsd-hackers Tue Jul 2 19:37:36 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E909E37B400 for ; Tue, 2 Jul 2002 19:37:33 -0700 (PDT) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E3943E0A for ; Tue, 2 Jul 2002 19:37:32 -0700 (PDT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1]) by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet6 id g632bRn49635; Wed, 3 Jul 2002 11:37:27 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Cc: freebsd-hackers@FreeBSD.ORG In-Reply-To: <20020702213630.M262@numachi.com> References: <200207022247.g62Ml00M008526@gw.catspoiler.org> <200207022247.g62Ml00M008526@gw.catspoiler.org> <20020702213630.M262@numachi.com> X-User-Agent: Mew/1.94.2 XEmacs/21.5 (bamboo) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 18 From: Makoto Matsushita To: reichert@numachi.com Subject: Re: 'make release' tries to build a port? Date: Wed, 03 Jul 2002 11:33:04 +0900 Message-Id: <20020703113304N.matusita@jp.FreeBSD.org> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG src/release/Makefile assumes that src/release directory is actually /usr/src/release. It seems that your source code location is /home/src. reichert> /usr/bin/time make release \ reichert> CHROOTDIR=/home/release \ reichert> BUILDNAME=4.5-RELEASE \ reichert> CVSROOT=/home/ncvs \ reichert> RELEASETAG=RELENG_4_5_0_RELEASE DOCDISTFILES=/your/ports/distfile/directory will help you. Note that this variable name is changed to 'RELEASEDISTFILES' in recent 4-stable. If you want to learn more about "make release", read release(7) manual available in recent 4-stable. Also src/release/Makefile will help you:) -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message