make/Init.gmk
changeset 43653 576b07393f1d
parent 42300 218374d35efd
child 44027 3a3050924db2
equal deleted inserted replaced
43593:06bce0388880 43653:576b07393f1d
    64   # external part, e.g. bash completion, is trying to understand our targets),
    64   # external part, e.g. bash completion, is trying to understand our targets),
    65   # we will skip SPEC location and the sanity checks.
    65   # we will skip SPEC location and the sanity checks.
    66   ifeq ($(CALLED_SPEC_TARGETS), )
    66   ifeq ($(CALLED_SPEC_TARGETS), )
    67     ONLY_GLOBAL_TARGETS := true
    67     ONLY_GLOBAL_TARGETS := true
    68   endif
    68   endif
    69   ifneq ($(findstring qp, $(MAKEFLAGS)),)
    69   ifeq ($(findstring p, $(MAKEFLAGS))$(findstring q, $(MAKEFLAGS)), pq)
    70     ONLY_GLOBAL_TARGETS := true
    70     ONLY_GLOBAL_TARGETS := true
    71   endif
    71   endif
    72 
    72 
    73   ifeq ($(ONLY_GLOBAL_TARGETS), true)
    73   ifeq ($(ONLY_GLOBAL_TARGETS), true)
    74     ############################################################################
    74     ############################################################################