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

ruby-changes:34047

From: nobu <ko1@a...>
Date: Mon, 26 May 2014 13:04:00 +0900 (JST)
Subject: [ruby-changes:34047] nobu:r46128 (trunk): win32/Makefile.sub: copy enc/jis/props.h

nobu	2014-05-26 13:03:52 +0900 (Mon, 26 May 2014)

  New Revision: 46128

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

  Log:
    win32/Makefile.sub: copy enc/jis/props.h
    
    * win32/Makefile.sub (enc/jis/props.h): nmake needs special rule
      to copy from the source directory, because it can't handle VPATH.

  Modified files:
    trunk/win32/Makefile.sub
Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub	(revision 46127)
+++ win32/Makefile.sub	(revision 46128)
@@ -1114,6 +1114,11 @@ enc/unicode/name2ctype.h: {$(srcdir)}enc https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L1114
 	$(ECHO) copying $@
 	$(Q) copy $(?:/=\) $(@:/=\) > nul
 
+enc/jis/props.h: {$(srcdir)}enc/jis/props.h.blt
+	@if not exist $(@D:/=\) md $(@D:/=\)
+	$(ECHO) copying $@
+	$(Q) copy $(?:/=\) $(@:/=\) > nul
+
 $(OBJS): {$(hdrdir)/ruby}win32.h
 
 dir.$(OBJEXT) win32/win32.$(OBJEXT): {$(srcdir)}win32/dir.h

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

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