From owner-freebsd-testing@FreeBSD.ORG Sat Jan 11 08:07:59 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D54E1A4 for ; Sat, 11 Jan 2014 08:07:59 +0000 (UTC) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 038DF1C87 for ; Sat, 11 Jan 2014 08:07:58 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id z5so1704867lbh.12 for ; Sat, 11 Jan 2014 00:07:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=+UVOjjTtChlelgwzTS1LOcRj6xUuuGqo95gaM6z9Gj4=; b=nMamHsG8V7gJyLi9HEyeDtencmQVQE0e91YbC8ACr4C3GQ58i5fQQTvCv/yk0PzGoq IAWH0rt3T1SLGT79AoY8kj71duQxjG3Bldlt9yqH0tvp0nHZkD/GvlzkrXU3qIjJv6zN apKIx1NImeF04t2BZ/q4Fz29e7RN3GLTbkYMnw2iW+jbvEPNkfhqBDHfT6hRsYbY7c0E pf4LBi1CX93TR57MZ5rfNoUORPw+mG1pKxxHIbJ0pItZvewKsJLd+ND7+bjRV8xPlUda 9E15yy3YhydCnNy3WspxTwrXIgQxyFxonIpbHqwru8AK1GFS5WjT5+tXDqA0Xu1i6yHd 4P+Q== X-Gm-Message-State: ALoCoQnLVFlARwlZ9L3wnNLtFzreYJADi+nfcG5MjsDWuLDyssSHq+Af7nteZsyQMgHtq6jMjnx4 X-Received: by 10.152.180.66 with SMTP id dm2mr64743lac.88.1389427670486; Sat, 11 Jan 2014 00:07:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.129.101 with HTTP; Sat, 11 Jan 2014 00:07:30 -0800 (PST) X-Originating-IP: [62.57.0.127] In-Reply-To: References: <20140109233402.GA8193@fbair.virtual.network> <68CF4BF2-E97F-4B5E-920E-854FD6BCA083@gmail.com> From: Julio Merino Date: Sat, 11 Jan 2014 09:07:30 +0100 Message-ID: Subject: Re: Fixing installation of Kyuafiles To: Garrett Cooper Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-testing@freebsd.org" , "sjg@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jan 2014 08:07:59 -0000 On Fri, Jan 10, 2014 at 6:55 PM, Garrett Cooper wrote: > >> On Jan 9, 2014, at 15:45, Julio Merino wrote: >> >>> On Thu, Jan 9, 2014 at 11:42 PM, Garrett Cooper 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. Ah! Somehow I understood that you wanted me to use ${.TARGET} *instead of* everything else I did in the patch -- hence why it didn't make much sense originally! -- Julio Merino / @jmmv