Re: run xmllint during build (was Re: need xmllint on borka)

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: run xmllint during build (was Re: need xmllint on borka)
Date: 2014-08-21 20:28:28
Message-ID: alpine.DEB.2.10.1408212220360.21654@sto
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


>> ISTM that it may be more helful to do:
>>
>> ifndef JADE
>> #error "no jade found on your system, cannot generate the documention"
>> endif
>
> We could use $(missing) for that, which is already used for bison, flex,
> and perl.

I'm fine with "$(missing)" or whatever else that provides a clear message.
Oops, not "#error", but "$(error ...)", I was mixing cpp & make above...

However the example in the doc Makefile for "collageindex.pl" is on the
heavy side, as it suggests that every use of such commands should be put
in ifdef/else/endif. ISTM that a dependence-based solution would be
simpler.

--
Fabien.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2014-08-21 20:43:04 Re: WIP Patch for GROUPING SETS phase 1
Previous Message Fabien COELHO 2014-08-21 20:18:45 Re: run xmllint during build (was Re: need xmllint on borka)