Moved help to targets section.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -10s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -10s
This commit is contained in:
parent
07b5a6235e
commit
0aecfa1ba3
10 changed files with 20 additions and 11 deletions
|
|
@ -3,8 +3,7 @@ DIST_QA_MSXHUB_MACHINE ?= Boosted_MSX2+_JP
|
|||
DIST_QA_MSXHUB_MOD := dist-qa-msxhub
|
||||
DIST_QA_MSXHUB_SRC := $(PATH_SRC)/$(DIST_QA_MSXHUB_MOD)
|
||||
DIST_QA_MSXHUB_BIN := $(PATH_BIN)/$(DIST_QA_MSXHUB_MOD)
|
||||
DIST_QA_MSXHUB_DEPS := $(subst dist,$(DIST_QA_MSXHUB_MOD),$(DIST_DEPS))
|
||||
BUILD_HELP += \\n\\t* $(DIST_QA_MSXHUB_BIN)/@run\\n\\t* $(DIST_QA_MSXHUB_BIN)/@assert
|
||||
DIST_QA_MSXHUB_DEPS := $(subst dist,$(DIST_QA_MSXHUB_MOD),$(DIST_DEPS))
|
||||
|
||||
$(DIST_QA_MSXHUB_BIN):
|
||||
$(call mb_mkdir,$(DIST_QA_MSXHUB_BIN))
|
||||
|
|
@ -34,11 +33,13 @@ $(DIST_QA_MSXHUB_BIN):
|
|||
$(DIST_QA_MSXHUB_BIN)/%: $(DIST_BIN)/% | $(DIST_QA_MSXHUB_BIN) $(DIST_DEPS)
|
||||
$(call mb_copy,$<,$@)
|
||||
|
||||
BUILD_HELP += \\n\\t* $(DIST_QA_MSXHUB_BIN)/@run
|
||||
.PHONY: $(DIST_QA_MSXHUB_BIN)/@run
|
||||
$(DIST_QA_MSXHUB_BIN)/@run: | $(DIST_QA_MSXHUB_DEPS)
|
||||
$(call mb_autoexec_show_gui80,$(DIST_QA_MSXHUB_BIN),dir/w)
|
||||
$(call mb_openmsx_dosctl,$(DIST_QA_MSXHUB_BIN),$(DIST_QA_MSXHUB_BIN_MACHINE))
|
||||
|
||||
BUILD_HELP += \\n\\t* $(DIST_QA_MSXHUB_BIN)/@assert
|
||||
.PHONY: $(DIST_QA_MSXHUB_BIN)/@assert
|
||||
$(DIST_QA_MSXHUB_BIN)/@assert: | $(DIST_QA_MSXHUB_DEPS)
|
||||
$(call mb_delete,$(DIST_QA_MSXHUB_BIN)/ahello1.out)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue