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

ruby-changes:24669

From: nobu <ko1@a...>
Date: Fri, 17 Aug 2012 15:37:02 +0900 (JST)
Subject: [ruby-changes:24669] nobu:r36720 (trunk): incs: timestamp file

nobu	2012-08-17 15:36:53 +0900 (Fri, 17 Aug 2012)

  New Revision: 36720

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36720

  Log:
    incs: timestamp file
    
    * Makefile.in, common.mk (incs): replace real header with the
      timestamp file.

  Modified files:
    trunk/Makefile.in
    trunk/common.mk

Index: common.mk
===================================================================
--- common.mk	(revision 36719)
+++ common.mk	(revision 36720)
@@ -848,7 +848,7 @@
 	$(Q) $(MAKE) -f $(ENC_MK) RUBY="$(MINIRUBY)" MINIRUBY="$(MINIRUBY)" $(MFLAGS) srcs
 
 incs: $(INSNS) {$(VPATH)}node_name.inc {$(VPATH)}encdb.h {$(VPATH)}transdb.h {$(VPATH)}known_errors.inc \
-      $(srcdir)/revision.h $(REVISION_H) enc/unicode/name2ctype.h
+      $(srcdir)/revision.h $(REVISION_H) enc/unicode/name2ctype.h $(ID_H_TARGET)
 
 insns: $(INSNS)
 
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 36719)
+++ Makefile.in	(revision 36720)
@@ -261,8 +261,6 @@
 $(srcdir)/configure: $(srcdir)/configure.in
 	$(CHDIR) $(srcdir) && exec $(AUTOCONF)
 
-incs: id.h
-
 # Things which should be considered:
 # * with gperf v.s. without gperf
 # * committers may have various versions of gperf

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

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