Re: [PATCHES] SGML index build fix - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [PATCHES] SGML index build fix
Date
Msg-id 200701100125.20685.peter_e@gmx.net
Whole thread Raw
In response to Re: [PATCHES] SGML index build fix  (Bruce Momjian <bruce@momjian.us>)
Responses Re: [PATCHES] SGML index build fix
List pgsql-hackers
Bruce Momjian wrote:
> > ! draft:
> > ! ifndef DRAFT
> > ! ifneq ($(MAKECMDGOALS), draft)

How could this condition ever match?

> > ! # Call ourselves with the DRAFT value set.  This seems to be the only
> > ! # way to set gmake variables in a rule.
> > !     @$(MAKE) DRAFT="Y" $(MAKECMDGOALS))
> >   else
> > ! # run default 'all' rule
> > !     @$(MAKE) DRAFT="Y" html
> > ! endif
> >   endif

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [PATCHES] SGML index build fix
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] SGML index build fix