Date: Tue, 13 Nov 2001 17:48:05 +0100 From: Andrea Campi <andrea@webcom.it> To: Makoto MATSUSHITA <matusita@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20011113174805.A2633@webcom.it> In-Reply-To: <200111131547.fADFleT90216@freefall.freebsd.org>; from matusita@FreeBSD.org on Tue, Nov 13, 2001 at 07:47:40AM -0800 References: <200111131547.fADFleT90216@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
As a somewhat related issue, would it be possible to switch src/Makefile.inc1
to:
${CVS} -q update ...
like we have in ports/Makefile? This way it would be possible can put
CVS=cvs -R
in /etc/make.conf to speedup checkouts from local repos.
Bye,
Andrea
On Tue, Nov 13, 2001 at 07:47:40AM -0800, Makoto MATSUSHITA wrote:
> matusita 2001/11/13 07:47:40 PST
>
> Modified files:
> . Makefile.inc1
> Log:
> Set full-path of cvsup.
>
> In src/Makefile rev 1.232, environment variable PATH is set explicitly
> to /sbin:/bin:/usr/sbin:/usr/bin. As a result, binaries located on
> non-standard path cannot be executed without full-path (it's the change
> of this revision).
>
> However, cvsup is not in our base system -- you lose if you try to
> "make update" without setting SUP in make.conf or command line argument.
> I think it is safe to assume that cvsup is located at /usr/local/bin,
> and it would help other people who first try to do "make update".
>
> PR: 31932
> MFC after: 1 day
>
> Revision Changes Path
> 1.223 +1 -1 src/Makefile.inc1
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe cvs-all" in the body of the message
--
The dark ages were caused by the Y1K problem.
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?20011113174805.A2633>
