зеркало из https://github.com/github/ruby.git
* configure.in (Makefile): get rid of duplicated ruby target when
already there it was. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
8e5c46c8a1
Коммит
fc8c4690d5
|
@ -1,3 +1,8 @@
|
|||
Sun Oct 3 19:44:23 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in (Makefile): get rid of duplicated ruby target when
|
||||
already there it was.
|
||||
|
||||
Sat Oct 2 22:59:32 2010 Masaki Suketa <masaki.suketa@nifty.ne.jp>
|
||||
|
||||
* test/win32ole/test_thread.rb: add for win32ole with Thread.
|
||||
|
|
|
@ -2746,6 +2746,7 @@ AC_CONFIG_FILES(Makefile, [{
|
|||
echo 'distclean-local::; @$(RM) GNUmakefile uncommon.mk'
|
||||
fi
|
||||
} > confmk$$.tmp && mv -f confmk$$.tmp Makefile &&
|
||||
grep '^ruby:' Makefile > /dev/null ||
|
||||
${MAKE-make} info-program | grep '^PROGRAM=ruby$' > /dev/null ||
|
||||
echo 'ruby: $(PROGRAM);' >> Makefile],
|
||||
[EXEEXT='$EXEEXT' gnumake='$gnumake'])
|
||||
|
|
Загрузка…
Ссылка в новой задаче