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

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: run xmllint during build (was Re: need xmllint on borka)
Дата
Msg-id alpine.DEB.2.10.1408212220360.21654@sto
обсуждение исходный текст
Ответ на Re: run xmllint during build (was Re: need xmllint on borka)  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: run xmllint during build (was Re: need xmllint on borka)
Список 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.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: run xmllint during build (was Re: need xmllint on borka)
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: WIP Patch for GROUPING SETS phase 1