[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: building a package two times



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

> On May 03, Goswin von Brederlow <goswin-v-b@web.de> 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.


Reply to: