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

ruby-changes:2392

From: ko1@a...
Date: 11 Nov 2007 20:36:15 +0900
Subject: [ruby-changes:2392] akr - Ruby:r13883 (trunk): * {win32,wince,bcc32}/Makefile.sub: delete lex.c rule.

akr	2007-11-11 20:35:49 +0900 (Sun, 11 Nov 2007)

  New Revision: 13883

  Modified files:
    trunk/ChangeLog
    trunk/bcc32/Makefile.sub
    trunk/win32/Makefile.sub
    trunk/wince/Makefile.sub

  Log:
    * {win32,wince,bcc32}/Makefile.sub: delete lex.c rule.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/wince/Makefile.sub?r1=13883&r2=13882
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13883&r2=13882
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/win32/Makefile.sub?r1=13883&r2=13882
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bcc32/Makefile.sub?r1=13883&r2=13882

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 13882)
+++ ChangeLog	(revision 13883)
@@ -1,3 +1,7 @@
+Sun Nov 11 20:32:45 2007  Tanaka Akira  <akr@f...>
+
+	* {win32,wince,bcc32}/Makefile.sub: delete lex.c rule.
+
 Sun Nov 11 19:40:52 2007  Tanaka Akira  <akr@f...>
 
 	* Makefile.in (lex.c): simplified.
Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub	(revision 13882)
+++ win32/Makefile.sub	(revision 13883)
@@ -575,9 +575,6 @@
 .rc.res:
 	$(RC) -I. -I$(<D) $(iconinc) -I$(srcdir)/win32 $(RFLAGS) -fo$@ $(<:\=/)
 
-lex.c: {$(srcdir)}lex.c.blt
-	copy $(?:/=\) $@
-
 {$(srcdir)}.y.c:
 	$(YACC) $(YFLAGS) $(<:\=/)
 	sed -e "s!^ *extern char \*getenv();!/* & */!;s/^\(#.*\)y\.tab/\1parse/" y.tab.c > $@
Index: bcc32/Makefile.sub
===================================================================
--- bcc32/Makefile.sub	(revision 13882)
+++ bcc32/Makefile.sub	(revision 13883)
@@ -482,9 +482,6 @@
 			-so_name=$(RUBY_SO_NAME) \
 			. $(icondirs) $(srcdir)/win32
 
-lex.c: {$(srcdir)}lex.c.blt
-	copy "$(?:/=\)" $@
-
 post-install-bin::
 	@$(NULLCMD)
 post-install-lib::
Index: wince/Makefile.sub
===================================================================
--- wince/Makefile.sub	(revision 13882)
+++ wince/Makefile.sub	(revision 13883)
@@ -527,9 +527,6 @@
 .rc.res:
 	$(RC) -I. -I$(<D) $(iconinc) -I$(srcdir)/win32 $(RFLAGS) -fo$@ $(<:\=/)
 
-lex.c: {$(srcdir)}lex.c.blt
-	copy $(?:/=\) $@
-
 {$(srcdir)}.y.c:
 	$(YACC) $(YFLAGS) $(<:\=/)
 	sed -e "s!^ *extern char \*getenv();!/* & */!;s/^\(#.*\)y\.tab/\1parse/" y.tab.c > $@

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

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