[postgis-tickets] r17771 - Reorder Makefile dependencies to avoid duplicated build

Sandro Santilli strk at kbt.io
Thu Aug 22 11:37:43 PDT 2019


Author: strk
Date: 2019-08-22 23:37:42 -0700 (Thu, 22 Aug 2019)
New Revision: 17771

Modified:
   trunk/GNUmakefile.in
Log:
Reorder Makefile dependencies to avoid duplicated build

Mark most check targets as dependent on "all" rule

Modified: trunk/GNUmakefile.in
===================================================================
--- trunk/GNUmakefile.in	2019-08-22 18:56:32 UTC (rev 17770)
+++ trunk/GNUmakefile.in	2019-08-23 06:37:42 UTC (rev 17771)
@@ -39,8 +39,10 @@
 # TODO: drop 'test' target..
 test: check
 
-check: all docs-check check-no-trailing-blanks check-unit check-regress
+check: check-no-trailing-blanks check-unit check-regress docs-check
 
+check-unit check-regress docs-check: all
+
 check-no-trailing-blanks:
 	! find . -name '*.c' -o -name '*.h' -o -name '*.proto' | \
 		grep -v lwin_wkt_lex.c | \



More information about the postgis-tickets mailing list