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
--A9z/3b/E4MkkD+7G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 27, 2002 at 12:43:57PM -0700, John Baldwin wrote: > jhb 2002/07/27 12:43:57 PDT >=20 > Modified files: > release Makefile=20 > Log: > If we are building docs with this release and PREFETCHDISTFILES is defi= ned > then download the distfiles for the ports needed to build the docs befo= re > we enter the chroot environment. This is useful since often times rele= ases > get in a funk trying to download distfiles in the chroot. > =20 > Approved by: re (murray, bmah) > MFC after: 5 days > =20 > Revision Changes Path > 1.695 +8 -1 src/release/Makefile >=20 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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=3D${CHROOTDIR}/usr/ports BATCH=3Dyes \ - JADETEX=3Dno WITHOUT_PYTHON=3Dyes fetch-recursive ; \ + make PORTSDIR=3D${CHROOTDIR}/usr/ports \ + BATCH=3Dyes WITHOUT_X11=3Dyes JADETEX=3Dno WITHOUT_PYTHON=3Dyes \ + fetch-recursive ; \ done .endif .endif %%% --=20 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 --A9z/3b/E4MkkD+7G Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9SOUAUkv4P6juNwoRArbsAJ9vYtSIhrOUHDISslyjnFwLddSPRACfUueS hGFH6guvjD5lT+l7DNShruE= =c8+F -----END PGP SIGNATURE----- --A9z/3b/E4MkkD+7G-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020801073632.GF67507>