NewMakefile.gmk
changeset 17352 8b5c1e11c27b
parent 15584 83a66923c332
child 18424 a158f53837e2
equal deleted inserted replaced
17346:f09ab0c41618 17352:8b5c1e11c27b
    71         all_phony_targets=$(filter-out $(global_targets), $(strip $(shell \
    71         all_phony_targets=$(filter-out $(global_targets), $(strip $(shell \
    72             $(MAKE) -p -q -f common/makefiles SPEC=$(firstword $(SPEC)) | \
    72             $(MAKE) -p -q -f common/makefiles SPEC=$(firstword $(SPEC)) | \
    73             grep ^.PHONY: | head -n 1 | cut -d " " -f 2-)))
    73             grep ^.PHONY: | head -n 1 | cut -d " " -f 2-)))
    74 
    74 
    75 $(all_phony_targets):
    75 $(all_phony_targets):
    76 	@$(foreach spec,$(SPEC),($(MAKE) -f NewMakefile.gmk SPEC=$(spec) $(VERBOSE) VERBOSE=$(VERBOSE) $@) &&) true
    76 	@$(foreach spec,$(SPEC),($(MAKE) -f NewMakefile.gmk SPEC=$(spec) $(VERBOSE) VERBOSE=$(VERBOSE) LOG_LEVEL=$(LOG_LEVEL) $@) &&) true
    77 
    77 
    78     endif
    78     endif
    79 endif
    79 endif
    80 
    80 
    81 # Include this after a potential spec file has been included so that the bundles target
    81 # Include this after a potential spec file has been included so that the bundles target