ruby-changes:33498
From: akr <ko1@a...>
Date: Sun, 13 Apr 2014 10:21:49 +0900 (JST)
Subject: [ruby-changes:33498] akr:r45579 (trunk): * common.mk: Unused target, $(MKMAIN_CMD), removed.
akr 2014-04-13 10:21:39 +0900 (Sun, 13 Apr 2014) New Revision: 45579 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45579 Log: * common.mk: Unused target, $(MKMAIN_CMD), removed. * Makefile.in (MKMAIN_CMD): Unused macro removed. * win32/Makefile.sub (MKMAIN_CMD): Ditto. Modified files: trunk/ChangeLog trunk/Makefile.in trunk/common.mk trunk/win32/Makefile.sub Index: ChangeLog =================================================================== --- ChangeLog (revision 45578) +++ ChangeLog (revision 45579) @@ -1,3 +1,11 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sun Apr 13 10:18:09 2014 Tanaka Akira <akr@f...> + + * common.mk: Unused target, $(MKMAIN_CMD), removed. + + * Makefile.in (MKMAIN_CMD): Unused macro removed. + + * win32/Makefile.sub (MKMAIN_CMD): Ditto. + Sat Apr 12 22:11:10 2014 Nobuyoshi Nakada <nobu@r...> * string.c (sym_to_proc), proc.c (rb_block_clear_env_self): clear Index: common.mk =================================================================== --- common.mk (revision 45578) +++ common.mk (revision 45579) @@ -179,9 +179,6 @@ configure-ext: $(EXTS_MK) https://github.com/ruby/ruby/blob/trunk/common.mk#L179 build-ext: $(EXTS_MK) $(Q)$(MAKE) -f $(EXTS_MK) $(MFLAGS) $(EXTSTATIC) LIBRUBY_EXTS=$(LIBRUBY_EXTS) ENCOBJS="$(ENCOBJS)" -$(MKMAIN_CMD): $(MKFILES) all-incs $(PREP) $(RBCONFIG) $(LIBRUBY) - $(Q)$(MINIRUBY) $(srcdir)/ext/extmk.rb --make="$(MAKE)" --command-output=$@ $(EXTMK_ARGS) - prog: program wprogram $(PREP): $(MKFILES) Index: win32/Makefile.sub =================================================================== --- win32/Makefile.sub (revision 45578) +++ win32/Makefile.sub (revision 45579) @@ -336,8 +336,6 @@ ASMEXT = asm https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L336 INSTALLED_LIST= .installed.list -MKMAIN_CMD = mkmain.bat - SRC_FILE = $(<:\=/) OS_SRC_FILE = $(<:/=\) DEST_FILE = $(@:\=/) Index: Makefile.in =================================================================== --- Makefile.in (revision 45578) +++ Makefile.in (revision 45579) @@ -171,8 +171,6 @@ SYMBOL_PREFIX = @SYMBOL_PREFIX@ https://github.com/ruby/ruby/blob/trunk/Makefile.in#L171 INSTALLED_LIST= .installed.list -MKMAIN_CMD = mkmain.sh - NEWLINE_C = newline.c MINIPRELUDE_C = miniprelude.c RBCONFIG = .rbconfig.time -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/