Date: Wed, 03 Jul 2002 11:33:04 +0900 From: Makoto Matsushita <matusita@jp.FreeBSD.org> To: reichert@numachi.com Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: 'make release' tries to build a port? Message-ID: <20020703113304N.matusita@jp.FreeBSD.org> In-Reply-To: <20020702213630.M262@numachi.com> References: <200207022247.g62Ml00M008526@gw.catspoiler.org> <200207022247.g62Ml00M008526@gw.catspoiler.org> <20020702213630.M262@numachi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020703113304N.matusita>