Re: WITHOUT_INSTALLLIB broken?

From: Garrett Cooper <yanegomi_at_gmail.com>
Date: Thu, 16 Jun 2011 13:56:20 -0700
On Thu, Jun 16, 2011 at 1:44 PM, Eir Nym <eirnym_at_gmail.com> wrote:
> On 17 June 2011 00:18, Ruslan Ermilov <ru_at_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_at_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 logs
>>> >> 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 this
>>> >> 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.  It'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=/dev/null SRC_CONF=/dev/null  targets ?

    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
Received on Thu Jun 16 2011 - 18:56:23 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:15 UTC