Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
e3-require
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anders Lindh Olsson
e3-require
Commits
9dba0708
Commit
9dba0708
authored
4 years ago
by
Simon Rose
Browse files
Options
Downloads
Patches
Plain Diff
Added some extra targets
parent
469edd19
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure/modules/RULES_CELL
+2
-0
2 additions, 0 deletions
configure/modules/RULES_CELL
configure/modules/RULES_E3
+2
-1
2 additions, 1 deletion
configure/modules/RULES_E3
configure/modules/RULES_VARS
+1
-2
1 addition, 2 deletions
configure/modules/RULES_VARS
with
5 additions
and
3 deletions
configure/modules/RULES_CELL
+
2
−
0
View file @
9dba0708
...
@@ -3,10 +3,12 @@
...
@@ -3,10 +3,12 @@
## Installs the module in a local directory $(E3_CELL_PATH)
## Installs the module in a local directory $(E3_CELL_PATH)
cellinstall: install_module versions fix_permissions
cellinstall: install_module versions fix_permissions
## Remove the module from the local directory $(E3_CELL_PATH)
celluninstall: conf
celluninstall: conf
$(QUIET) $(SUDOBASH) '$(E3_MODULE_MAKE_CMDS) uninstall'
$(QUIET) $(SUDOBASH) '$(E3_MODULE_MAKE_CMDS) uninstall'
#$(SUDO) rm -rf $(E3_MODULES_PATH)
#$(SUDO) rm -rf $(E3_MODULES_PATH)
## Print relevant environment variables for the local install
cellvars: vars
cellvars: vars
ifneq (,$(findstring cell,$(MAKECMDGOALS)))
ifneq (,$(findstring cell,$(MAKECMDGOALS)))
...
...
This diff is collapsed.
Click to expand it.
configure/modules/RULES_E3
+
2
−
1
View file @
9dba0708
...
@@ -51,12 +51,13 @@ debug: conf
...
@@ -51,12 +51,13 @@ debug: conf
$(QUIET) $(E3_MODULE_MAKE_CMDS) debug
$(QUIET) $(E3_MODULE_MAKE_CMDS) debug
## Clean, build, and install the current module
## Clean, build, and install the current module
rebuild: clean build install
rebuild: clean build install
## Deletes temporary build files
## Deletes temporary build files
clean: conf
clean: conf
$(QUIET) $(E3_MODULE_MAKE_CMDS) clean
$(QUIET) $(E3_MODULE_MAKE_CMDS) clean
## Initializes, patches, builds, and installs.
all: init patch rebuild
all: init patch rebuild
# Copy $(E3_MODULE_MAKEFILE) into $(E3_MODULE_SRC_PATH)
# Copy $(E3_MODULE_MAKEFILE) into $(E3_MODULE_SRC_PATH)
...
...
This diff is collapsed.
Click to expand it.
configure/modules/RULES_VARS
+
1
−
2
View file @
9dba0708
...
@@ -33,8 +33,6 @@ GENERATED_DEP_FILE:=$(E3_MODULES_INSTALL_LOCATION_LIB)/$(EPICS_HOST_ARCH)/$(E3_M
...
@@ -33,8 +33,6 @@ GENERATED_DEP_FILE:=$(E3_MODULES_INSTALL_LOCATION_LIB)/$(EPICS_HOST_ARCH)/$(E3_M
.PHONY: env vars header vers dep _dep1 _dep2
.PHONY: env vars header vers dep _dep1 _dep2
## Print relevant environment variables
## Print relevant environment variables
env: vars
vars: header
vars: header
$(foreach v, $(E3_MODULES_VARIABLES), $(info $(v) = $($(v)))) @#noop
$(foreach v, $(E3_MODULES_VARIABLES), $(info $(v) = $($(v)))) @#noop
...
@@ -54,6 +52,7 @@ else
...
@@ -54,6 +52,7 @@ else
$(QUIET)tree -L $(LEVEL) $(E3_MODULES_PATH)/$(E3_MODULE_NAME)
$(QUIET)tree -L $(LEVEL) $(E3_MODULES_PATH)/$(E3_MODULE_NAME)
endif
endif
## Displays dependency information, both configured and generated.
dep: _dep2
dep: _dep2
ifneq ("$(wildcard $(GENERATED_DEP_FILE))","")
ifneq ("$(wildcard $(GENERATED_DEP_FILE))","")
$(QUIET)echo "> generated ..."
$(QUIET)echo "> generated ..."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment