From owner-freebsd-ports@FreeBSD.ORG Fri Mar 12 19:00:15 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D969D16A4CE; Fri, 12 Mar 2004 19:00:15 -0800 (PST) Received: from postman.arcor.de (newsread1.arcor-online.net [151.189.0.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4654743D31; Fri, 12 Mar 2004 19:00:15 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from fillmore.dyndns.org (port-212-202-51-138.reverse.qsc.de [212.202.51.138]) (authenticated bits=0)i2D2uTck028795 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 13 Mar 2004 03:56:29 +0100 (MET) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.30; FreeBSD) id 1B1zK6-000AYH-8R; Sat, 13 Mar 2004 03:56:26 +0100 Message-ID: <40527859.8030403@fillmore-labs.com> Date: Sat, 13 Mar 2004 03:56:25 +0100 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Kimura Fuyuki References: <20040313002807.GA13745@merlin.emma.line.org> <86oer132k2.wl%fuyuki@nigredo.org> In-Reply-To: <86oer132k2.wl%fuyuki@nigredo.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: ports@freebsd.org cc: pav@freebsd.org cc: ma@dt.e-technik.uni-dortmund.de Subject: Re: ports/64037 and the alleged && -> ; failure from March 2002 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2004 03:00:16 -0000 Kimura Fuyuki wrote: > At Sat, 13 Mar 2004 01:28:07 +0100, > Matthias Andree wrote: > >>I am refuting that claim in Akinori's post. >>'cd dir && foo' IS a proper use of && in a Makefile. >>The whole line is a shell command and make doesn't care about the && or >>; - it's up to the shell to handle it. (I assume make uses a sane shell >>such as /bin/sh or ksh.) > > Hm, actually I'm not an expert of the BSD make and never know the > proper way to change directory in a Makefile. I've just blindly > followed the knu's suggestion to use `;'. Perhaps he will tell you more. You are free to use whatever you want, in fact bsd.port.mk has both. I can't see much difference in the general case. They behave differently when you use a - line or the -i option. -Oliver