[postgis-tickets] r16930 - Do not check before making all
Sandro Santilli
strk at kbt.io
Sun Oct 21 12:23:12 PDT 2018
Author: strk
Date: 2018-10-21 00:23:11 -0700 (Sun, 21 Oct 2018)
New Revision: 16930
Modified:
trunk/regress/Makefile.in
Log:
Do not check before making all
Modified: trunk/regress/Makefile.in
===================================================================
--- trunk/regress/Makefile.in 2018-10-19 23:06:30 UTC (rev 16929)
+++ trunk/regress/Makefile.in 2018-10-21 07:23:11 UTC (rev 16930)
@@ -21,7 +21,7 @@
endif
REGRESS_INSTALLDIR=$(srcdir)/00-regress-install
-all: check
+all:
check: staged-install check-core check-sfcgal
More information about the postgis-tickets
mailing list