From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] docs: create reproducible html Date: Tue, 3 Feb 2015 13:27:32 +0100 Message-ID: <20150203122732.GA25157@aepfle.de> References: <1422883377-719-1-git-send-email-olaf@aepfle.de> <21711.31749.119163.584459@mariner.uk.xensource.com> <20150202134018.GA5648@aepfle.de> <21711.32580.450202.752206@mariner.uk.xensource.com> <20150203092754.GA23320@aepfle.de> <1422960864.9323.25.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1422960864.9323.25.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Wei Liu , Stefano Stabellini , Ian Jackson , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Tue, Feb 03, Ian Campbell wrote: > Would a helper macro so we can just write > $(call wildcard,arg arg arg) > instead of > $(sort $(wildcard arg arg arg)) > be possible and/or useful? Just for the or three two places its likely overkill. Olaf