mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
SCRIPTBINDIR is ok if it just exists [ci skip]
This commit is contained in:
parent
dc66f7246a
commit
22542a6fb0
1 changed files with 2 additions and 3 deletions
|
@ -163,9 +163,8 @@ $(SCRIPTBINDIR)%$(EXEEXT): bin/% $(STUBPROGRAM) \
|
|||
$(Q) chmod +x $@
|
||||
$(Q) $(POSTLINK)
|
||||
|
||||
$(TIMESTAMPDIR)/.exec.time:
|
||||
$(Q) mkdir exec
|
||||
$(Q) exit > $@
|
||||
$(SCRIPTBINDIR):
|
||||
$(Q) mkdir $@
|
||||
|
||||
.PHONY: commit
|
||||
commit: $(if $(filter commit,$(MAKECMDGOALS)),$(filter-out commit,$(MAKECMDGOALS))) up
|
||||
|
|
Loading…
Reference in a new issue