Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2011 13:56:20 -0700
From:      Garrett Cooper <yanegomi@gmail.com>
To:        Eir Nym <eirnym@gmail.com>
Cc:        freebsd-current@freebsd.org, Milan Obuch <freebsd-current@dino.sk>
Subject:   Re: WITHOUT_INSTALLLIB broken?
Message-ID:  <BANLkTinBHY8Z-XtOR1YCn_GFbZHm1TbBsA@mail.gmail.com>
In-Reply-To: <BANLkTik6ZD%2BPBCesQFdf9OtjaUAca3-cGw@mail.gmail.com>
References:  <20110616135017.3ec538dd@atom.dino.sk> <20110616125528.GA22627@lo0.su> <BANLkTinbxT_QOcmFDoEaRChD5SUgWE5yMw@mail.gmail.com> <20110616201833.GA27085@lo0.su> <BANLkTik6ZD%2BPBCesQFdf9OtjaUAca3-cGw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 16, 2011 at 1:44 PM, Eir Nym <eirnym@gmail.com> wrote:
> On 17 June 2011 00:18, Ruslan Ermilov <ru@freebsd.org> wrote:
>> On Thu, Jun 16, 2011 at 05:09:05PM +0400, Eir Nym wrote:
>>> On 16 June 2011 16:55, Ruslan Ermilov <ru@freebsd.org> wrote:
>>> > On Thu, Jun 16, 2011 at 01:50:17PM +0200, Milan Obuch wrote:
>>> >> Hi,
>>> >>
>>> >> I encountered an error when WITHOUT_INSTALLLIB option is specified
>>> >> for 'make buildworld' process. I documented this issue with build lo=
gs
>>> >> at my page, http://www.dino.sk/build/2011-06-16-log1 and
>>> >> http://www.dino.sk/build/2011-06-16-log2 show how to test this. At t=
his
>>> >> time, there is no /etc/make.conf nor /etc/src.conf.
>>> >>
>>> >> Any idea what's wrong with libegacy.a here?
>>> >
>>> > This option wasn't designed for build, only for install. =A0It's like
>>> > WITHOUT_TOOLCHAIN, which is documented to "not work for build targets=
".
>>> >
>>>
>>> Should this be simply ignored for build targets?
>>
>> build targets utilize install targets internally, so this is
>> hardly doable.
>>
>
> cd ${.CURDIR} && make ${CURRENT_BUILD FLAGS} ${SUPPORTED_BUILD_FLAGS}
> __MAKE_CONF=3D/dev/null SRC_CONF=3D/dev/null =A0targets ?

    Executing make targets presents all available value for ${TARGET},
not what many groups refer to as 'recipes', 'goals', or similar, e.g.

# 'b' is the source and 'a' is install target
a: b
    install -m 0664 b a

Cheers,
-Garrett



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTinBHY8Z-XtOR1YCn_GFbZHm1TbBsA>