Internals: Standardize Makefile indents. No functional change intended.
This commit is contained in:
parent
3209bee3b3
commit
6cd0948c8c
|
|
@ -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