mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Makefile.in: $
for shell needs to be escaped in Makefile
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b93023f8ff
commit
27f4058f92
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ uncommon.mk: $(srcdir)/common.mk
|
|||
.PHONY: reconfig
|
||||
reconfig-args = $(srcdir)/$(CONFIGURE) $(configure_args)
|
||||
config.status-args = ./config.status --recheck
|
||||
reconfig-exec-0 = test -t 1 && { : ${CONFIGURE_TTY=yes}; export CONFIGURE_TTY; }; exec 3>&1; exit `exec 4>&1; { "$$@" 3>&- 4>&-; echo $$? 1>&4; } | fgrep -v '(cached)' 1>&3 3>&- 4>&-`
|
||||
reconfig-exec-0 = test -t 1 && { : $${CONFIGURE_TTY=yes}; export CONFIGURE_TTY; }; exec 3>&1; exit `exec 4>&1; { "$$@" 3>&- 4>&-; echo $$? 1>&4; } | fgrep -v '(cached)' 1>&3 3>&- 4>&-`
|
||||
reconfig-exec-1 = set -x; "$$@"
|
||||
|
||||
reconfig config.status: $(srcdir)/$(CONFIGURE) $(srcdir)/enc/Makefile.in \
|
||||
|
|
Loading…
Add table
Reference in a new issue