Fixing installation of Kyuafiles

Garrett Cooper yaneurabeya at gmail.com
Fri Jan 10 17:55:52 UTC 2014


> On Jan 9, 2014, at 15:45, Julio Merino <julio at meroh.net> wrote:
> 
>> On Thu, Jan 9, 2014 at 11:42 PM, Garrett Cooper <yaneurabeya at gmail.com> wrote:
>> Why not use ${.TARGET} instead of Kyuafile.auto?
> 
> 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
> 
> 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


More information about the freebsd-testing mailing list