From mint-bounce@lists.fishpool.fi Thu Oct 2 05:11:22 2008 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=YcTSKJPmu82w29JDiMoMRhAWixpST3C5fs+VTQpcBZE=; b=bM8QVVK359+XltYH+mWBcA7u+Tbm8UGJwedTFt/nhx9avXeUhf0F2At4reSG4TQH86 lUqV3B8lBQDFk704WvA6dbKNiHtTTdSMTspsnTYErdD6/uzt7wbUeGujOLF66ijV7knY rV5E8vLVEHcoEbpLcDgid+SxUpAbaex86nqFE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=ABdFYYMAVN/mgTcUYh5yK769NKJRqeqnCn7cjUCQ81NWsemVvOyc3jhMiLdoYSAxfT G9KRiMAockGjOZHOtrRQFAuqUqdjCPhXgyjgXquGNvJmPY/+3YT2IzjhWK4pF1ZuFyxh tJ9YskfvZL9jWeOFpOa+3IFBpv2Uoyp1d6VJY= Message-ID: Date: Thu, 2 Oct 2008 11:05:32 +0200 From: "Miro Kropacek" To: "Andreas Schwab" Subject: Re: [MiNT] problem with includepath in mintlib Cc: mint In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_790_22950559.1222938333037" References: <48E3F8F4.2060106@gmail.com> X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: miro.kropacek@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: ------=_Part_790_22950559.1222938333037 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline > $(< ...) is bash specific. Thanks! I assume this is the source of the problem since exported SHELL variable in Makefile points to /bin/sh. Question is what is better solution -- to replace the problematic line with non-elegant `cat file` or to replace /bin/sh with /bin/bash... -- MiKRO / Mystic Bytes http://mikro.atari.org ------=_Part_790_22950559.1222938333037 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

$(< ...) is bash specific.
Thanks! I assume this is the source of the problem since exported SHELL variable in Makefile points to /bin/sh. Question is what is better solution -- to replace the problematic line with non-elegant `cat file` or to replace /bin/sh with /bin/bash...


--
MiKRO / Mystic Bytes
http://mikro.atari.org
------=_Part_790_22950559.1222938333037--