From 15f3bd734b2c393b7492eaae9d921b9b9a81241c Mon Sep 17 00:00:00 2001 From: Tomasz Gorochowik Date: Wed, 21 Aug 2024 10:29:42 +0200 Subject: [PATCH] Minor makefiles cleanup Signed-off-by: Tomasz Gorochowik --- Makefile | 5 ++--- buildconfig.mk | 2 +- run_fv_tests.mk | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 0d664f08b..3c667e30f 100755 --- a/Makefile +++ b/Makefile @@ -279,9 +279,9 @@ It is recommended to interrupt this build and clean the directory with: ${MAKE} CFG_BUILD_DIR:=${BUILD_DIR} clean Configuration diff: -┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄ +-------------------------------------------------------------------------------- $(file <${BUILD_DIR}.buildconfig.diff) -┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄ +-------------------------------------------------------------------------------- This message won't be shown again. The original buildconfig file has been moved to: ${buildconfig_state_file}.old @@ -293,7 +293,6 @@ endif $(shell cp ${buildconfig_state_file}.new ${buildconfig_state_file}) undefine config_changed else -# TODO(mglb): convert it to a target buildconfig_state_file := ${BUILD_DIR}buildconfig $(shell mkdir -p ${BUILD_DIR}) $(file >${buildconfig_state_file},${buildconfig_state_file_content}${C.NL}) diff --git a/buildconfig.mk b/buildconfig.mk index eb8665946..3d8bc1809 100644 --- a/buildconfig.mk +++ b/buildconfig.mk @@ -5,7 +5,7 @@ # there. # # You can also set configuration variable through make command line arguments. -#━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +#-------------------------------------------------------------------------------- # One of: release, debug, asan CFG_BUILD_TYPE := release diff --git a/run_fv_tests.mk b/run_fv_tests.mk index 560bf1d18..94aa88b34 100755 --- a/run_fv_tests.mk +++ b/run_fv_tests.mk @@ -21,7 +21,7 @@ TEST_SUITE_NAME ?= REPO_DIR := ${this_mk.dir} -#┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄ +#-------------------------------------------------------------------------------- # Check and normalize configuration values override help_only := 0