[前][次][番号順一覧][スレッド一覧]

ruby-changes:53643

From: samuel <ko1@a...>
Date: Tue, 20 Nov 2018 20:32:38 +0900 (JST)
Subject: [ruby-changes:53643] samuel:r65854 (trunk): Print out what the assembler is doing to figure out why it's not working.

samuel	2018-11-20 19:16:45 +0900 (Tue, 20 Nov 2018)

  New Revision: 65854

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65854

  Log:
    Print out what the assembler is doing to figure out why it's not working.

  Modified files:
    trunk/Makefile.in
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 65853)
+++ Makefile.in	(revision 65854)
@@ -407,6 +407,7 @@ $(srcdir)/enc/jis/props.h: enc/jis/props https://github.com/ruby/ruby/blob/trunk/Makefile.in#L407
 .s.@OBJEXT@:
 	@$(ECHO) assembling $<
 	$(MAKEDIRS) $(@D)
+	@$(ECHO) $(Q) $(AS) $(ASFLAGS) -o $@ $<
 	$(Q) $(AS) $(ASFLAGS) -o $@ $<
 
 .c.S:

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]