equal
deleted
inserted
replaced
50 # This will define ALL_GLOBAL_TARGETS. |
50 # This will define ALL_GLOBAL_TARGETS. |
51 include $(topdir)/make/Help.gmk |
51 include $(topdir)/make/Help.gmk |
52 |
52 |
53 # Extract main targets from Main.gmk. |
53 # Extract main targets from Main.gmk. |
54 ifneq ($(any_spec_file), ) |
54 ifneq ($(any_spec_file), ) |
55 ifeq ($(wildcard $(dir $(any_spec_file))/make-support),) |
55 ifeq ($(wildcard $(dir $(any_spec_file))/make-support/module-deps.gmk),) |
56 # If make-support does not exist, we need to build the genmodules java tool first. |
56 # If make-support does not exist, we need to build the genmodules java tool first. |
57 $(info Creating data for first make execution in new configuration...) |
57 $(info Creating data for first make execution in new configuration...) |
58 ignore_output := $(shell $(MAKE) -r -R -f $(topdir)/make/Main.gmk \ |
58 ignore_output := $(shell $(MAKE) -r -R -f $(topdir)/make/Main.gmk \ |
59 -I $(topdir)/make/common SPEC=$(any_spec_file) NO_RECIPES=true FRC) |
59 -I $(topdir)/make/common SPEC=$(any_spec_file) NO_RECIPES=true FRC) |
60 $(info Done) |
60 $(info Done) |