mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in (RMDIRS): reverts r27011 because it causes bothersome
messages on make clean. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e557b8821b
commit
9665094eb6
2 changed files with 6 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Jun 18 01:12:33 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||
|
||||
* configure.in (RMDIRS): reverts r27011 because it causes bothersome
|
||||
messages on make clean.
|
||||
|
||||
Thu Jun 17 18:55:01 2010 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* file.c (rb_str_encode_ospath): when the encoding of the parameter
|
||||
|
|
|
@ -337,12 +337,7 @@ AC_USE_SYSTEM_EXTENSIONS
|
|||
|
||||
AC_SUBST(RM, ['rm -f'])
|
||||
AC_SUBST(CP, ['cp'])
|
||||
RMDIRS='$(top_srcdir)/tool/rmdirs'
|
||||
mkdir "rmdirs_$$_test" "rmdirs_$$_test/a"
|
||||
rmdir -p "rmdirs_$$_test/a" 2>/dev/null &&
|
||||
{ test -d "rmdirs_$$_test" || RMDIRS='rmdir -p'; }
|
||||
rmdir "rmdirs_$$_test/a" "rmdirs_$$_test" 2>/dev/null
|
||||
AC_SUBST(RMDIRS)
|
||||
AC_SUBST(RMDIRS, ['$(top_srcdir)/tool/rmdirs'])
|
||||
AC_SUBST(RMALL, ['rm -fr'])
|
||||
|
||||
AC_MSG_CHECKING([for cd using phisical directory])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue