Renamed to new function names.
This commit is contained in:
parent
8de2845d87
commit
8087dcaab7
5 changed files with 24 additions and 26 deletions
|
|
@ -7,10 +7,10 @@ DIST_RUN_DEP := $(DIST_RUN_BIN)/tara.com
|
|||
BUILD_HELP += \\n\\t* $(DIST_RUN_NAME)
|
||||
|
||||
$(DIST_RUN_BIN):
|
||||
$(call mb_mkdir,$(DIST_RUN_BIN))
|
||||
$(call mb_make_call,mb_os_dir_create,$(DIST_RUN_BIN))
|
||||
|
||||
$(DIST_RUN_DEP): $(DIST_RUN_DEP_TAR) | $(DIST_RUN_BIN)
|
||||
$(call mb_copy,$(PATH_BIN)/dist/*,$(DIST_RUN_BIN))
|
||||
$(call mb_make_call,mb_os_file_copy,$(PATH_BIN)/dist/*,$(DIST_RUN_BIN))
|
||||
|
||||
$(DIST_RUN_NAME): $(DIST_RUN_DEP)
|
||||
$(call mb_msxpipe_run_gui_mouse,$(DIST_RUN_BIN),tara)
|
||||
$(call mb_make_call,mb_msxpipe_run_gui_mouse,$(DIST_RUN_BIN),tara)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue