Internals: Standardize Makefile indents. No functional change intended.

This commit is contained in:
Wilson Snyder 2025-06-25 21:10:46 -04:00
parent 3209bee3b3
commit 6cd0948c8c
5 changed files with 4 additions and 8 deletions

View File

@ -469,7 +469,7 @@ CLANGFORMAT_FILES = $(CHECK_CPP) $(CHECK_H) $(CHECK_YL) test_regress/t/*.c* test
format-c clang-format: format-c clang-format:
@$(CLANGFORMAT) --version | egrep 14.0 > /dev/null \ @$(CLANGFORMAT) --version | egrep 14.0 > /dev/null \
|| echo "*** You are not using clang-format-14, indents may differ from master's ***" || echo "*** You are not using clang-format-14, indents may differ from master's ***"
$(CLANGFORMAT) $(CLANGFORMAT_FLAGS) $(CLANGFORMAT_FILES) $(CLANGFORMAT) $(CLANGFORMAT_FLAGS) $(CLANGFORMAT_FILES)
YAMLFIX = YAMLFIX_WHITELINES=1 YAMLFIX_LINE_LENGTH=130 YAMLFIX_preserve_quotes=true yamlfix YAMLFIX = YAMLFIX_WHITELINES=1 YAMLFIX_LINE_LENGTH=130 YAMLFIX_preserve_quotes=true yamlfix

View File

@ -39,9 +39,7 @@ endif
python_message: python_message:
@echo "Found Python version ${PYTHON_VERSION}, but require >= 3.5" @echo "Found Python version ${PYTHON_VERSION}, but require >= 3.5"
test: \ test: test-vl_file_copy test-vl_hier_graph
test-vl_file_copy \
test-vl_hier_graph \
test-vl_file_copy: test-vl_file_copy:
@echo "-- vl_file_copy example" @echo "-- vl_file_copy example"

View File

@ -89,7 +89,6 @@ run:
@echo "To see waveforms, open vlt_dump.vcd in a waveform viewer" @echo "To see waveforms, open vlt_dump.vcd in a waveform viewer"
@echo @echo
###################################################################### ######################################################################
# Other targets # Other targets

View File

@ -98,7 +98,6 @@ run:
@echo "To see waveforms, open vlt_dump.vcd in a waveform viewer" @echo "To see waveforms, open vlt_dump.vcd in a waveform viewer"
@echo @echo
###################################################################### ######################################################################
# Other targets # Other targets

View File

@ -130,5 +130,5 @@ impl-test-diff:
.PHONY: test-diff .PHONY: test-diff
test-diff: test-diff:
$(MAKE) impl-test-diff | grep -v "Only in obj_" | \ $(MAKE) impl-test-diff | grep -v "Only in obj_" \
$$(git config --default less --global --get core.pager) | $$(git config --default less --global --get core.pager)