Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jan 2014 09:55:46 -0800
From:      Garrett Cooper <yaneurabeya@gmail.com>
To:        Julio Merino <julio@meroh.net>
Cc:        "freebsd-testing@freebsd.org" <freebsd-testing@freebsd.org>, "sjg@freebsd.org" <sjg@freebsd.org>
Subject:   Re: Fixing installation of Kyuafiles
Message-ID:  <F29F79E0-1461-4C90-9954-889FC169D400@gmail.com>
In-Reply-To: <CADyfeQV_G8LiOCDPce7RhR1MNnfTpn%2BB5SGW79%2BJhwvs8xj=sw@mail.gmail.com>
References:  <20140109233402.GA8193@fbair.virtual.network> <68CF4BF2-E97F-4B5E-920E-854FD6BCA083@gmail.com> <CADyfeQV_G8LiOCDPce7RhR1MNnfTpn%2BB5SGW79%2BJhwvs8xj=sw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

> On Jan 9, 2014, at 15:45, Julio Merino <julio@meroh.net> wrote:
>=20
>> On Thu, Jan 9, 2014 at 11:42 PM, Garrett Cooper <yaneurabeya@gmail.com> w=
rote:
>> Why not use ${.TARGET} instead of Kyuafile.auto?
>=20
> If there is a simpler way than my patch, sure, by all means! I kinda
> feel that what I did is a hack, hence this email asking for advice :-P
>=20
> But I'm not sure I follow you... use how?

Foo:
    echo a string > ${.TARGET}

Vs

Foo:
    echo a string > Foo

The former's hard codes less than the latter.

Cheers,
-Garrett=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F29F79E0-1461-4C90-9954-889FC169D400>