1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* common.mk (distclean-golf): moved golf_prelude.c here from

distclean-local.
  (GOLFPRELUDE): added.
  (distclean-local): moved golf_prelude.c into distclean-golf.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yugui 2008-09-02 01:36:37 +00:00
parent 0c26c309d4
commit 2ede3bfee8
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,10 @@
Tue Sep 2 10:33:12 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* common.mk (distclean-golf): moved golf_prelude.c here from
distclean-local.
(GOLFPRELUDE): added.
(distclean-local): moved golf_prelude.c into distclean-golf.
Tue Sep 2 10:09:17 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/win32.c (gettimeofday): calc tv_sec and tv_usec from system

View file

@ -92,7 +92,8 @@ OBJS = dln.$(OBJEXT) \
GOLFOBJS = goruby.$(OBJEXT) golf_prelude.$(OBJEXT)
PRELUDE_SCRIPTS = $(srcdir)/prelude.rb $(srcdir)/enc/prelude.rb $(srcdir)/gem_prelude.rb
PRELUDES = prelude.c miniprelude.c golf_prelude.c
PRELUDES = prelude.c miniprelude.c
GOLFPRELUDES = golf_prelude.c
SCRIPT_ARGS = --dest-dir="$(DESTDIR)" \
--extout="$(EXTOUT)" \
@ -345,6 +346,7 @@ distclean-ext::
distclean-enc: clean-enc
@-$(MAKE) -f enc.mk $(MFLAGS) distclean
distclean-golf: clean-golf
@$(RM) $(GOLFPRELUDES)
realclean:: realclean-ext realclean-local realclean-enc realclean-golf
realclean-local:: distclean-local