Skip to content
Snippets Groups Projects
Commit ba0c8ce9 authored by Marko Mecina's avatar Marko Mecina
Browse files

rename database make targets

parent 8125361a
Branches
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ all: install build-pc ...@@ -4,6 +4,8 @@ all: install build-pc
install: install-confignator install-testlib set-start-scripts-permissions install: install-confignator install-testlib set-start-scripts-permissions
databases: ccs-storage codeblockreusefeature
build-pc: build-fw-profile build-crplm build-cria build-crfee build-pc: build-fw-profile build-crplm build-cria build-crfee
install-confignator: install-confignator:
...@@ -36,7 +38,7 @@ install-database-dev-env: ...@@ -36,7 +38,7 @@ install-database-dev-env:
@echo "+-----------------------------------------------+" @echo "+-----------------------------------------------+"
@echo @echo
install-database: ccs-storage:
@echo "+----------------------------------------+" @echo "+----------------------------------------+"
@echo "| setting up the storage database schema |" @echo "| setting up the storage database schema |"
@echo "+----------------------------------------+" @echo "+----------------------------------------+"
...@@ -46,7 +48,7 @@ install-database: ...@@ -46,7 +48,7 @@ install-database:
@echo "+--------------------------------------------+" @echo "+--------------------------------------------+"
@echo @echo
install-codeblockreusefeature: codeblockreusefeature:
@echo "+-----------------------------------------------+" @echo "+-----------------------------------------------+"
@echo "| setting up the codeblockreuse database schema |" @echo "| setting up the codeblockreuse database schema |"
@echo "+-----------------------------------------------+" @echo "+-----------------------------------------------+"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment