Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2001 21:18:57 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Ruslan Ermilov <ru@FreeBSD.org>
Cc:        Nate Williams <nate@yogotech.com>, Mark Murray <markm@FreeBSD.org>, 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:  <20010921211857.A87141@dragon.nuxi.com>
In-Reply-To: <20010920205435.B66160@sunbay.com>; from ru@FreeBSD.org on Thu, Sep 20, 2001 at 08:54:35PM %2B0300
References:  <200109201224.f8KCOB466566@freefall.freebsd.org> <200109201222.f8KCMfT66048@freefall.freebsd.org> <20010920201254.D61491@sunbay.com> <15274.9510.659169.501864@nomad.yogotech.com> <20010920203159.A66160@sunbay.com> <20010920205435.B66160@sunbay.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 20, 2001 at 08:54:35PM +0300, Ruslan Ermilov wrote:
> Then anyone who wants to build the Perl outside ``buildworld''
> would run ``make build-tool'' first, then ``make all''.

Not really acceptable.  For building manually these are the acceptable
steps

    make cleandir && make cleandir
    make obj
    make depend
    make
-or-
    make cleandir && make cleandir
    make obj
    make
-or-
    make cleandir && make cleandir
    make depend
    make
-or-
    make cleandir && make cleandir
    make


Take a look at src/gnu/usr.bin/cc/cc_tools/Makefile.
Affectively `make all' and `make depend' are identical because of the
build-tool like needs.  While this may seem rather dumb, it does not
break any of our expected to work sequences of building commands.

-- 
-- David  (obrien@FreeBSD.org)

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?20010921211857.A87141>