-
Bug
-
Resolution: Fixed
-
P3
-
8
-
generic
-
generic
Not a major issue no, but I agree that it would be nice, and useful, if it said something more accuratly describing the product being built.
/Erik
On 2012-07-04 15:56, David Holmes wrote:
common/makefiles/MakefileHelpers.gmk always reports that it is building OpenJDK even if it is not:
define PrintStartMessage
$(if $(VERBOSE),,@$(ECHO) Running make as $(MAKE) $(MFLAGS) $(MAKE_ARGS))
$(call CheckEnvironment)
@$(ECHO) "Building OpenJDK for target $(if $(MAKECMDGOALS),'$(MAKECMDGOALS)','all') in configuration '$(CONF_NAME)'"
endef
define PrintEndMessage
@$(ECHO) "Finished building OpenJDK for target '$@'"
$(call CheckEnvironment)
endef
David
-----
/Erik
On 2012-07-04 15:56, David Holmes wrote:
common/makefiles/MakefileHelpers.gmk always reports that it is building OpenJDK even if it is not:
define PrintStartMessage
$(if $(VERBOSE),,@$(ECHO) Running make as $(MAKE) $(MFLAGS) $(MAKE_ARGS))
$(call CheckEnvironment)
@$(ECHO) "Building OpenJDK for target $(if $(MAKECMDGOALS),'$(MAKECMDGOALS)','all') in configuration '$(CONF_NAME)'"
endef
define PrintEndMessage
@$(ECHO) "Finished building OpenJDK for target '$@'"
$(call CheckEnvironment)
endef
David
-----