зеркало из https://github.com/github/ruby.git
Escape colons in pre-commit dependency [ci skip]
Colons are special in Makefiles.
This commit is contained in:
Родитель
f8f542bd9b
Коммит
53a8ad151b
|
@ -193,7 +193,7 @@ $(SCRIPTBINDIR):
|
|||
$(Q) mkdir $@
|
||||
|
||||
.PHONY: commit
|
||||
COMMIT_PREPARE := $(filter-out commit do-commit,$(MAKECMDGOALS)) up
|
||||
COMMIT_PREPARE := $(subst :,\:,$(filter-out commit do-commit,$(MAKECMDGOALS))) up
|
||||
|
||||
commit: pre-commit $(DOT_WAIT) do-commit $(DOT_WAIT) post_commit
|
||||
pre-commit: $(COMMIT_PREPARE)
|
||||
|
|
Загрузка…
Ссылка в новой задаче