Date: Thu, 1 Aug 2002 10:36:32 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: John Baldwin <jhb@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile Message-ID: <20020801073632.GF67507@sunbay.com> In-Reply-To: <200207271943.g6RJhvX6021061@freefall.freebsd.org> References: <200207271943.g6RJhvX6021061@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
On Sat, Jul 27, 2002 at 12:43:57PM -0700, John Baldwin wrote:
> jhb 2002/07/27 12:43:57 PDT
>
> Modified files:
> release Makefile
> Log:
> If we are building docs with this release and PREFETCHDISTFILES is defined
> then download the distfiles for the ports needed to build the docs before
> we enter the chroot environment. This is useful since often times releases
> get in a funk trying to download distfiles in the chroot.
>
> Approved by: re (murray, bmah)
> MFC after: 5 days
>
> Revision Changes Path
> 1.695 +8 -1 src/release/Makefile
>
This change didn't catch to the rev. 1.694 changes; WITHOUT_X11 is not
anymore set in the environment. I think this can affect the distfiles
list significantly. This patch fixes this and indentation:
%%%
Index: Makefile
===================================================================
RCS file: /home/ncvs/src/release/Makefile,v
retrieving revision 1.695
diff -u -r1.695 Makefile
--- Makefile 27 Jul 2002 19:43:52 -0000 1.695
+++ Makefile 1 Aug 2002 07:33:17 -0000
@@ -312,8 +312,9 @@
.if defined(PREFETCHDISTFILES)
@for i in ${DOCPORTS}; do \
cd ${CHROOTDIR}/usr/ports/$$i && \
- make PORTSDIR=${CHROOTDIR}/usr/ports BATCH=yes \
- JADETEX=no WITHOUT_PYTHON=yes fetch-recursive ; \
+ make PORTSDIR=${CHROOTDIR}/usr/ports \
+ BATCH=yes WITHOUT_X11=yes JADETEX=no WITHOUT_PYTHON=yes \
+ fetch-recursive ; \
done
.endif
.endif
%%%
--
Ruslan Ermilov Sysadmin and DBA,
ru@sunbay.com Sunbay Software AG,
ru@FreeBSD.org FreeBSD committer,
+380.652.512.251 Simferopol, Ukraine
http://www.FreeBSD.org The Power To Serve
http://www.oracle.com Enabling The Information Age
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)
iD8DBQE9SOUAUkv4P6juNwoRArbsAJ9vYtSIhrOUHDISslyjnFwLddSPRACfUueS
hGFH6guvjD5lT+l7DNShruE=
=c8+F
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020801073632.GF67507>
