mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/mkmf.rb (CLEANINGS): remove extconf.h by distclean if created.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7fd1a4b424
commit
5fc8821161
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Jun 2 17:16:52 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/mkmf.rb (CLEANINGS): remove extconf.h by distclean if created.
|
||||
|
||||
Fri Jun 2 00:11:19 2006 Tanaka Akira <akr@m17n.org>
|
||||
|
||||
* ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocket
|
||||
|
@ -10,7 +14,7 @@ Fri Jun 2 00:11:19 2006 Tanaka Akira <akr@m17n.org>
|
|||
(sock_accept_nonblock): use s_accept_nonblock.
|
||||
(tcp_accept_nonblock): new method: TCPServer#accept_nonblock
|
||||
(unix_accept_nonblock): new method: UNIXServer#accept_nonblock
|
||||
|
||||
|
||||
Thu Jun 1 19:12:37 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* win32/win32.c (rb_w32_cmdvector): backslashes inside single-quotes
|
||||
|
|
|
@ -1407,7 +1407,7 @@ clean:
|
|||
@-$(RM) $(CLEANLIBS#{sep}) $(CLEANOBJS#{sep}) $(CLEANFILES#{sep})
|
||||
|
||||
distclean: clean
|
||||
@-$(RM) Makefile #{$extconf_h} conftest.* mkmf.log
|
||||
@-$(RM) Makefile $(RUBY_EXTCONF_H) conftest.* mkmf.log
|
||||
@-$(RM) core ruby$(EXEEXT) *~ $(DISTCLEANFILES#{sep})
|
||||
|
||||
realclean: distclean
|
||||
|
|
Loading…
Reference in a new issue