From owner-freebsd-current@FreeBSD.ORG Wed Jan 28 05:51:03 2015 Return-Path: Delivered-To: current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F5B2A89; Wed, 28 Jan 2015 05:51:03 +0000 (UTC) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 50559BCA; Wed, 28 Jan 2015 05:51:02 +0000 (UTC) Received: from Julian-MBP3.local (ppp121-45-228-137.lns20.per1.internode.on.net [121.45.228.137]) (authenticated bits=0) by vps1.elischer.org (8.14.9/8.14.9) with ESMTP id t0S5oxQ2006947 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 27 Jan 2015 21:51:01 -0800 (PST) (envelope-from julian@freebsd.org) Message-ID: <54C878BD.1090805@freebsd.org> Date: Wed, 28 Jan 2015 13:50:53 +0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: "current@freebsd.org" , sjg@freebsd.org Subject: Re: bmake and .USEBEFORE References: <54C876A1.20105@freebsd.org> In-Reply-To: <54C876A1.20105@freebsd.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2015 05:51:03 -0000 On 1/28/15 1:41 PM, Julian Elischer wrote: > If I try the following: > > bar: .USE > @echo @ = $(@) > all: bar > @echo here is all oops the failing example should be .USEBEFORE.. I pasted the wrong clip. > > > I always get "bar is up to date" > > > Does anyone know how this is supposed to work? > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" >