* Marco d'Itri [Sun, 04 May 2008 00:46:32 +0200]:

> On May 03, Goswin von Brederlow <[EMAIL PROTECTED]> wrote:

> > FLAVORS := std
> > ifeq ((findstring $(DEB_HOST_ARCH),amd64 ia64 ppc64 s390x),)
> > FLAVORS += lfs
> > endif

> > Like this?
> AFAICT this will match also if DEB_HOST_ARCH=s390.

  ifeq (,$(filter $(DEB_HOST_ARCH),amd64 ... s390x))

Just thought I'd mention.

-- 
Adeodato Simó                                     dato at net.com.org.es
Debian Developer                                  adeodato at debian.org
 
Don't be irreplaceable, if you can't be replaced, you can't be promoted.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to