From owner-cvs-all Thu Sep 20 10:13:11 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 5D15337B416; Thu, 20 Sep 2001 10:12:57 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f8KHCsJ65094; Thu, 20 Sep 2001 20:12:54 +0300 (EEST) (envelope-from ru) Date: Thu, 20 Sep 2001 20:12:54 +0300 From: Ruslan Ermilov To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/perl Makefile Makefile.inc src/gnu/usr.bin/perl/utils Makefile.inc Message-ID: <20010920201254.D61491@sunbay.com> References: <200109201224.f8KCOB466566@freefall.freebsd.org> <200109201222.f8KCMfT66048@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109201222.f8KCMfT66048@freefall.freebsd.org>; from markm@FreeBSD.org on Thu, Sep 20, 2001 at 05:22:29AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Sep 20, 2001 at 05:22:29AM -0700, Mark Murray wrote: > markm 2001/09/20 05:22:27 PDT > > Modified files: > gnu/usr.bin/perl Makefile Makefile.inc > gnu/usr.bin/perl/utils Makefile.inc > Log: > Through some hackery-pokery, allow folks to cd to src/gnu/usr.bin/perl > and do the usual "make obj && make depend all". > > This sort of stuff makes my teeth itch, but folks wanted it badly > enough, so here it is. > > Revision Changes Path > 1.15 +19 -2 src/gnu/usr.bin/perl/Makefile > 1.24 +5 -2 src/gnu/usr.bin/perl/Makefile.inc > 1.7 +1 -2 src/gnu/usr.bin/perl/utils/Makefile.inc Err, ``make depend all'' is not guaranteed to work at all. The correct sequence is ``make depend && make all''. This is becase ``make depend'' may create a special file .depend, and this would augment dependancies for the next ``make all''. Also, the change to Makefile.inc includes the stray ``test'' target. Are you sure you wanted to commit it? On Thu, Sep 20, 2001 at 05:24:11AM -0700, Mark Murray wrote: > markm 2001/09/20 05:24:11 PDT > > Modified files: > . Makefile.inc1 > Log: > Add which(1) the stuff that we need early on. The perl build needs it > to find miniperl. > > Revision Changes Path > 1.217 +2 -2 src/Makefile.inc1 -- Ruslan Ermilov Oracle Developer/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message