Internals: Standardize Makefile indents. No functional change intended.
This commit is contained in:
parent
3209bee3b3
commit
6cd0948c8c
|
@ -469,7 +469,7 @@ CLANGFORMAT_FILES = $(CHECK_CPP) $(CHECK_H) $(CHECK_YL) test_regress/t/*.c* test
|
|||
|
||||
format-c clang-format:
|
||||
@$(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)
|
||||
|
||||
YAMLFIX = YAMLFIX_WHITELINES=1 YAMLFIX_LINE_LENGTH=130 YAMLFIX_preserve_quotes=true yamlfix
|
||||
|
|
|
@ -39,9 +39,7 @@ endif
|
|||
python_message:
|
||||
@echo "Found Python version ${PYTHON_VERSION}, but require >= 3.5"
|
||||
|
||||
test: \
|
||||
test-vl_file_copy \
|
||||
test-vl_hier_graph \
|
||||
test: test-vl_file_copy test-vl_hier_graph
|
||||
|
||||
test-vl_file_copy:
|
||||
@echo "-- vl_file_copy example"
|
||||
|
|
|
@ -89,7 +89,6 @@ run:
|
|||
@echo "To see waveforms, open vlt_dump.vcd in a waveform viewer"
|
||||
@echo
|
||||
|
||||
|
||||
######################################################################
|
||||
# Other targets
|
||||
|
||||
|
|
|
@ -98,7 +98,6 @@ run:
|
|||
@echo "To see waveforms, open vlt_dump.vcd in a waveform viewer"
|
||||
@echo
|
||||
|
||||
|
||||
######################################################################
|
||||
# Other targets
|
||||
|
||||
|
|
|
@ -130,5 +130,5 @@ impl-test-diff:
|
|||
|
||||
.PHONY: test-diff
|
||||
test-diff:
|
||||
$(MAKE) impl-test-diff | grep -v "Only in obj_" | \
|
||||
$$(git config --default less --global --get core.pager)
|
||||
$(MAKE) impl-test-diff | grep -v "Only in obj_" \
|
||||
| $$(git config --default less --global --get core.pager)
|
||||
|
|
Loading…
Reference in New Issue