Skip to content
Snippets Groups Projects
Commit 828178d9 authored by Lucas Magalhães's avatar Lucas Magalhães
Browse files

Remove db from PHONY (Autogenerated commit) [skip ci]

parent 72933c46
No related branches found
No related tags found
1 merge request!11E3-962: Apply changes for the next e3 release
Pipeline #133227 skipped
...@@ -130,7 +130,7 @@ USR_DBFLAGS += -I $(E3_SITEMODS_PATH)/adcore/$(call FETCH_BUILD_NUMBER,$(E3_SITE ...@@ -130,7 +130,7 @@ USR_DBFLAGS += -I $(E3_SITEMODS_PATH)/adcore/$(call FETCH_BUILD_NUMBER,$(E3_SITE
SUBS=$(wildcard $(APPDB)/*.substitutions) SUBS=$(wildcard $(APPDB)/*.substitutions)
TMPS=$(wildcard $(APPDB)/*.template) TMPS=$(wildcard $(APPDB)/*.template)
.PHONY: db $(SUBS) $(TMPS) .PHONY: $(SUBS) $(TMPS)
# Overwrite # Overwrite
......
# #
.PHONY: db hdrs epics epics-clean .PHONY: hdrs epics epics-clean
hdrs: hdrs:
# $(SUDO) install -m 755 -d $(E3_MODULES_INSTALL_LOCATION_INC)/pv # $(SUDO) install -m 755 -d $(E3_MODULES_INSTALL_LOCATION_INC)/pv
......
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