author | ihse |
Tue, 07 Feb 2017 11:09:42 +0100 | |
changeset 43653 | 576b07393f1d |
parent 43593 | 06bce0388880 |
child 43654 | 32ee04ab8949 |
make/Init.gmk | file | annotate | diff | comparison | revisions |
--- a/make/Init.gmk Wed Jul 05 22:48:37 2017 +0200 +++ b/make/Init.gmk Tue Feb 07 11:09:42 2017 +0100 @@ -66,7 +66,7 @@ ifeq ($(CALLED_SPEC_TARGETS), ) ONLY_GLOBAL_TARGETS := true endif - ifneq ($(findstring qp, $(MAKEFLAGS)),) + ifeq ($(findstring p, $(MAKEFLAGS))$(findstring q, $(MAKEFLAGS)), pq) ONLY_GLOBAL_TARGETS := true endif