File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ $(PKG_EXE): rust.iss modpath.iss upgrade.iss LICENSE.txt rust-logo.ico \
125
125
dist-prepare-win
126
126
$(CFG_PYTHON) $(S)src/etc/make-win-dist.py tmp/dist/win $(CFG_BUILD)
127
127
@$(call E, ISCC: $@)
128
- $(Q)" $(CFG_ISCC)" $<
128
+ $(Q)$(CFG_ISCC) $<
129
129
130
130
$(eval $(call DEF_PREPARE,win))
131
131
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ CFG_GIT_DIR := $(CFG_SRC_DIR).git
52
52
# so we use a hack: define $(SPACE) which contains space character.
53
53
SPACE :=
54
54
SPACE +=
55
- ifneq ($(wildcard $( subst $( SPACE ) ,\ $( SPACE ) , $( CFG_GIT ) ) ) ,)
55
+ ifneq ($(CFG_GIT ) ,)
56
56
ifneq ($(wildcard $(subst $(SPACE ) ,\$(SPACE ) ,$(CFG_GIT_DIR ) ) ) ,)
57
57
CFG_VER_DATE = $(shell git --git-dir='$(CFG_GIT_DIR ) ' log -1 --pretty=format:'% ci')
58
58
CFG_VER_HASH = $(shell git --git-dir='$(CFG_GIT_DIR ) ' rev-parse HEAD)
You can’t perform that action at this time.
0 commit comments