From 52a67fe60d08eb982586695b8bd6b1ceb32b30da Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 23 Mar 2004 05:32:01 +0000 Subject: * Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local): separate files under directories due to directory separator. * */Makefile.sub (MKFILES): common.mk and */Makefile.sub should not be removed. * win32/Makefile.sub, wince/Makefile.sub: $* cannot appear in explicit rules. * cygwin/GNUmakefile.in: some mingw stuffs were missed. * lib/mkmf.rb (create_makefile): Borland make wrongly removes braces from command lines. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- wince/Makefile.sub | 14 ++++++++------ wince/README.wince | 19 ++++++++++--------- 2 files changed, 18 insertions(+), 15 deletions(-) (limited to 'wince') diff --git a/wince/Makefile.sub b/wince/Makefile.sub index d8c2462824..78996709d1 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -1,7 +1,7 @@ # -*- makefile -*- SHELL = $(COMSPEC) -MKFILES = Makefile $(srcdir)/wince/Makefile.sub $(srcdir)/common.mk +MKFILES = Makefile NULL = nul #### Start of system configuration section. #### @@ -178,7 +178,7 @@ DLDOBJS = WINMAINOBJ = wincemain.$(OBJEXT) -all: +all: $(srcdir)/wince/Makefile.sub $(srcdir)/common.mk ruby: $(PROGRAM) lib: $(LIBRUBY) dll: $(LIBRUBY_SO) @@ -297,10 +297,11 @@ $(BANG)endif #endif <%))' + Default of the install directory is /usr . (2) Change ((|RUBY_INSTALL_NAME|)) and ((|RUBY_SO_NAME|)) in (({Makefile})) if you want to change the name of the executable files. @@ -79,9 +80,9 @@ in Japanese, but you can download at least. C: cd \ruby - win32\configure + win32\configure --prefix=/usr/local nmake - nmake DESTDIR=/usr/local install + nmake install * Build on the relative directory from the ruby source directory. @@ -94,9 +95,9 @@ in Japanese, but you can download at least. cd \ruby mkdir mswin32 cd mswin32 - ..\win32\configure + ..\win32\configure --prefix=/usr/local nmake - nmake DESTDIR=/usr/local install + nmake install * Build on the different drive. @@ -107,9 +108,9 @@ in Japanese, but you can download at least. D: cd D:\build\ruby - C:\src\ruby\win32\configure + C:\src\ruby\win32\configure --prefix=C:/usr/local nmake - nmake DESTDIR=C:/usr/local install + nmake install == Bugs -- cgit v1.2.3