mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* cygwin/GNUmakefile.in (clean-local): remove def file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
59a1754a64
commit
a4a0080a41
2 changed files with 6 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
Sun Feb 24 23:29:48 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Sun Feb 24 23:39:59 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* common.mk, {bcc,win}32/Makefile.sub (clean-local): remove
|
* common.mk, {bcc,win}32/Makefile.sub (clean-local): remove
|
||||||
intermediate files.
|
intermediate files.
|
||||||
|
|
||||||
|
* cygwin/GNUmakefile.in (clean-local): remove def file.
|
||||||
|
|
||||||
Sun Feb 24 06:49:12 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Sun Feb 24 06:49:12 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* debug.c (ruby_set_debug_option): separated ruby_each_words().
|
* debug.c (ruby_set_debug_option): separated ruby_each_words().
|
||||||
|
|
|
@ -67,6 +67,9 @@ $(LIBRUBY_SO): $(RUBYDEF)
|
||||||
|
|
||||||
$(RUBYDEF): $(LIBRUBY_A) $(PREP) $(RBCONFIG)
|
$(RUBYDEF): $(LIBRUBY_A) $(PREP) $(RBCONFIG)
|
||||||
$(MINIRUBY) $(srcdir)/win32/mkexports.rb -output=$@ $(LIBRUBY_A)
|
$(MINIRUBY) $(srcdir)/win32/mkexports.rb -output=$@ $(LIBRUBY_A)
|
||||||
|
|
||||||
|
clean-local:
|
||||||
|
@$(RM) $(RUBYDEF)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq (@target_os@,cygwin)
|
ifeq (@target_os@,cygwin)
|
||||||
|
|
Loading…
Reference in a new issue