Skip to content

Commit

Permalink
Minor makefiles cleanup (#2521)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgorochowik authored Aug 21, 2024
2 parents cae74c4 + 15f3bd7 commit 7f99048
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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})
Expand Down
2 changes: 1 addition & 1 deletion buildconfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion run_fv_tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TEST_SUITE_NAME ?=

REPO_DIR := ${this_mk.dir}

#┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
#--------------------------------------------------------------------------------
# Check and normalize configuration values

override help_only := 0
Expand Down

0 comments on commit 7f99048

Please sign in to comment.