Skip to content
Snippets Groups Projects
Commit 6a493268 authored by Simon Rose's avatar Simon Rose
Browse files

Removed init/checkout rules

parent 7863be8e
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ forceuninstall: conf
$(QUIET) $(E3_MODULE_MAKE_CMDS) uninstall
## Build current module.
build: conf checkout
build: conf
$(QUIET) $(E3_MODULE_MAKE_CMDS) build
## Displays information about the build process
......@@ -68,24 +68,3 @@ all: init patch rebuild
conf:
$(QUIET) install -m 644 $(TOP)/$(E3_MODULE_MAKEFILE) $(E3_MODULE_SRC_PATH)/
.PHONY: init git-submodule-sync $(E3_MODULE_SRC_PATH) checkout
## Syncs and checks out the tag $(EPICS_MODULE_TAG) for the submodule
init: git-submodule-sync $(E3_MODULE_SRC_PATH) checkout
git-submodule-sync:
$(QUIET) git submodule sync
$(E3_MODULE_SRC_PATH):
$(QUIET) $(git_update)
checkout:
# cd $(E3_MODULE_SRC_PATH) && git checkout $(EPICS_MODULE_TAG)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment