[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: (ITS#8509) LMDB make targets for automake
phantom+lmdb@live.ie wrote:
> Full_Name: Aido
> Version: 2.4.44
> OS: Ubuntu Trusty
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (216.239.90.19)
>
>
> The current liblmdb Makefile does not make it easy to use liblmdb as a
> submodule
> to other projects that utilize automake e.g. automake uses a 'check' directive
> instead of 'test'.
>
> Adding the following to the Makefile would make liblmdb more automake
> friendly:
>
> EMPTY_AUTOMAKE_TARGETS = dvi pdf ps info html tags ctags distcheck
> .PHONY: $(EMPTY_AUTOMAKE_TARGETS)
> $(EMPTY_AUTOMAKE_TARGETS):
> check: test
>
> See:
> https://www.gnu.org/software/automake/manual/html_node/Third_002dParty-Makefiles.html
>
>
The OpenLDAP Project doesn't use automake, and as a policy we don't include
support for tools we don't use.
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/