Skip to content

Commit

Permalink
add eventf download for clle
Browse files Browse the repository at this point in the history
  • Loading branch information
TongkunZhang committed Sep 17, 2021
1 parent 7cb85df commit 267f299
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mk/def_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ programTGTRLS = $(strip \
@$(PRESETUP); \
launch "$(JOBLOGFILE)" "$(crtcmd)" >> $(LOGFILE) 2>&1; \
$(POSTCLEANUP)
$(EVFEVENT_DOWNLOAD)

# Temp: Convert UTF-8 to temporary Windows Latin-1, because SQLC pre-compiler doesn't understand UTF-8
.SECONDEXPANSION:
Expand Down Expand Up @@ -810,8 +811,8 @@ programTGTRLS = $(strip \
launch "$(JOBLOGFILE)" "$(crtcmd)" >> $(LOGFILE) 2>&1 || true; \
$(POSTCLEANUP)

$(DEPDIR)/%.d: ;
.PRECIOUS: $(DEPDIR)/%.d
# $(DEPDIR)/%.d: ;
# .PRECIOUS: $(DEPDIR)/%.d

# The *.rebuild file is used as a way of controlling the rebuild of items whose
# rebuild scripts are external to Make.
Expand Down

0 comments on commit 267f299

Please sign in to comment.