Skip to content

Commit e61b2ee

Browse files
meilirensheng2020Wine93
authored andcommitted
[chore] Reorg script and monitor
1 parent 79b895e commit e61b2ee

33 files changed

+7
-19
lines changed

Makefile

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,29 +48,17 @@ export help_msg
4848
help:
4949
@echo "$$help_msg"
5050

51-
list:
52-
@bash build-scripts/build.sh --stor=fs --list
53-
5451
file_build:
55-
@bash build-scripts/file-build.sh --only=$(only) --dep=$(dep) --release=$(release) --os=$(os) --unit_tests=${unit_tests}
52+
@bash scripts/install/file-build.sh --only=$(only) --dep=$(dep) --release=$(release) --os=$(os) --unit_tests=${unit_tests}
5653

5754
file_dep:
58-
@bash build-scripts/file-build.sh --only="" --dep=1
55+
@bash scripts/install/file-build.sh --only="" --dep=1
5956

6057
file_install:
61-
@bash build-scripts/file-install.sh --prefix=$(prefix) --only=$(only)
58+
@bash scripts/install/file-install.sh --prefix=$(prefix) --only=$(only)
6259

6360
file_deploy_config:
64-
@bash build-scripts/file-deploy-config.sh --os=$(os)
61+
@bash scripts/install/file-deploy-config.sh --os=$(os)
6562

6663
file_image:
67-
@bash build-scripts/file-deploy-config.sh --os=$(os) --name=$(image_name) --type=${image_type}
68-
69-
playground:
70-
@bash build-scripts/playground.sh
71-
72-
check:
73-
@bash build-scripts/check.sh fs
74-
75-
test:
76-
@bash build-scripts/test.sh fs $(only)
64+
@bash scripts/install/file-deploy-config.sh --os=$(os) --name=$(image_name) --type=${image_type}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)