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

Remove RULES_PROD and RULES_VLIBS

parent 7ac37b26
No related branches found
No related tags found
No related merge requests found
PROD_BIN_PATH:=$(E3_MODULES_INSTALL_LOCATION_BIN)/$(EPICS_HOST_ARCH)
.PHONY: prod_env
prod_env:
$(QUIET) echo " -------- In most case, you can run the following export in a terminal --------"
$(QUIET) echo "export PATH=$(PROD_BIN_PATH):$${PATH}"
$(QUIET) echo " ------------------------------------------------------------------------------"
......@@ -5,9 +5,7 @@ include $(REQUIRE_CONFIG)/DEFINES_FT
include $(REQUIRE_CONFIG)/RULES_PATCH
include $(REQUIRE_CONFIG)/RULES_E3_SITEAPPS
include $(REQUIRE_CONFIG)/RULES_VLIBS
include $(REQUIRE_CONFIG)/RULES_DKMS
include $(REQUIRE_CONFIG)/RULES_PROD
include $(REQUIRE_CONFIG)/RULES_VARS
#include $(REQUIRE_CONFIG)/RULES_EPICS
......
......@@ -7,9 +7,7 @@ include $(REQUIRE_CONFIG)/RULES_PATCH
include $(REQUIRE_CONFIG)/RULES_E3_SITELIBS
include $(REQUIRE_CONFIG)/RULES_TEST
include $(REQUIRE_CONFIG)/RULES_VLIBS
include $(REQUIRE_CONFIG)/RULES_DKMS
include $(REQUIRE_CONFIG)/RULES_PROD
include $(REQUIRE_CONFIG)/RULES_VARS
#include $(REQUIRE_CONFIG)/RULES_EPICS
......
#.PHONY: vlibs
## Install vendor libraries
#vlibs: conf
# $(QUIET) $(E3_MODULE_MAKE_CMDS) vlibs
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