mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
doc: prevent SGML 'make check' from building temp install
Report by Alvaro Herrera
This commit is contained in:
parent
72d422a522
commit
e8c19263e4
@ -303,11 +303,13 @@ check: temp-install
|
||||
|
||||
.PHONY: temp-install
|
||||
temp-install:
|
||||
ifdef GENERATED_SGML # not needed for SGML 'make check'
|
||||
ifeq ($(MAKELEVEL),0)
|
||||
rm -rf '$(abs_top_builddir)'/tmp_install
|
||||
$(MAKE) -C '$(top_builddir)' DESTDIR='$(abs_top_builddir)'/tmp_install install
|
||||
endif
|
||||
$(if $(EXTRA_INSTALL),for extra in $(EXTRA_INSTALL); do $(MAKE) -C '$(top_builddir)'/$$extra DESTDIR='$(abs_top_builddir)'/tmp_install install || exit; done)
|
||||
endif
|
||||
|
||||
PROVE = @PROVE@
|
||||
PG_PROVE_FLAGS = -I $(top_srcdir)/src/test/perl/
|
||||
|
Loading…
Reference in New Issue
Block a user