From 3a958ff8a0d4d05d9bb953ba72c89a59bad2a110 Mon Sep 17 00:00:00 2001 From: "Lukacs T. Berki" Date: Thu, 22 Jun 2023 20:30:14 +0000 Subject: [PATCH] Change initialization message. There are now two newer build systems. Test: Presubmit. Change-Id: I9e62e9223ddc757d71f1b404e1cc0a0634b740d4 --- core/main.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/main.mk b/core/main.mk index 77b01a2e96..7b3584e5b6 100644 --- a/core/main.mk +++ b/core/main.mk @@ -4,7 +4,7 @@ $(warning Either use 'envsetup.sh; m' or 'build/soong/soong_ui.bash --make-mode' $(error done) endif -$(info [1/1] initializing build system ...) +$(info [1/1] initializing legacy Make module parser ...) # Absolute path of the present working direcotry. # This overrides the shell variable $PWD, which does not necessarily points to @@ -554,7 +554,7 @@ ifndef subdir_makefiles_total subdir_makefiles_total := $(words init post finish) endif -$(info [$(call inc_and_print,subdir_makefiles_inc)/$(subdir_makefiles_total)] finishing build rules ...) +$(info [$(call inc_and_print,subdir_makefiles_inc)/$(subdir_makefiles_total)] finishing legacy Make module parsing ...) # ------------------------------------------------------------------- # All module makefiles have been included at this point. @@ -2232,4 +2232,4 @@ endif $(call dist-write-file,$(KATI_PACKAGE_MK_DIR)/dist.mk) -$(info [$(call inc_and_print,subdir_makefiles_inc)/$(subdir_makefiles_total)] writing build rules ...) +$(info [$(call inc_and_print,subdir_makefiles_inc)/$(subdir_makefiles_total)] writing legacy Make module rules ...)