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

Remove TMPS targets from *.Makefile (Autogenerated commit) [skip ci]

parent cfbcc9e7
No related branches found
No related tags found
1 merge request!11E3-962: Apply changes for the next e3 release
Pipeline #133060 skipped
...@@ -130,13 +130,6 @@ USR_DBFLAGS += -I $(E3_SITEMODS_PATH)/adcore/$(call FETCH_BUILD_NUMBER,$(E3_SITE ...@@ -130,13 +130,6 @@ 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)
$(TMPS):
@printf "Inflating database ... %44s >>> %40s \n" "$@" "$(basename $(@)).db"
@rm -f $(basename $(@)).db.d $(basename $(@)).db
@$(MSI) -D $(USR_DBFLAGS) -o $(basename $(@)).db $@ > $(basename $(@)).db.d
@$(MSI) $(USR_DBFLAGS) -o $(basename $(@)).db $@
.PHONY: db $(SUBS) $(TMPS) .PHONY: db $(SUBS) $(TMPS)
......
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