From owner-cvs-all Thu Sep 20 10:19:45 2001 Delivered-To: cvs-all@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 998A737B40F; Thu, 20 Sep 2001 10:19:36 -0700 (PDT) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id LAA00505; Thu, 20 Sep 2001 11:19:35 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id LAA04213; Thu, 20 Sep 2001 11:19:35 -0600 (MDT) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15274.9510.659169.501864@nomad.yogotech.com> Date: Thu, 20 Sep 2001 11:19:34 -0600 To: Ruslan Ermilov Cc: Mark Murray , 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 In-Reply-To: <20010920201254.D61491@sunbay.com> References: <200109201224.f8KCOB466566@freefall.freebsd.org> <200109201222.f8KCMfT66048@freefall.freebsd.org> <20010920201254.D61491@sunbay.com> X-Mailer: VM 6.95 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) 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 > > 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. It should work, but it won't use the dependencies created in the .depend file. For any 'from-scratch' builds, this should be fine. 'make depend' shouldn't be a requirement for building files. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message