зеркало из https://github.com/github/ruby.git
configure.in: color to ifchange
* configure.in: pass --color to ifchange from CONFIGURE_TTY for reconfig. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
0bd9072758
Коммит
311a9eb0c5
|
@ -4340,7 +4340,10 @@ guard=INCLUDE_RUBY_CONFIG_H
|
|||
grep -v "^#define PACKAGE_" confdefs.h
|
||||
echo "#endif /* $guard */"
|
||||
} | tr -d '\015' |
|
||||
${srcdir}/tool/ifchange "${config_h}" -
|
||||
(
|
||||
if test "x$CONFIGURE_TTY" = xyes; then color=--color; else color=; fi
|
||||
exec ${srcdir}/tool/ifchange $color "${config_h}" -
|
||||
)
|
||||
tr -d '\015' < largefile.h > confdefs.h
|
||||
rm largefile.h
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче