1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* win32/Makefile.sub (MKFILES): update MKFILES if configure files get

changed.

* win32/configure.bat, win32/setup.mak (configure_args): store
  arguments to configure files.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2005-10-14 14:10:08 +00:00
parent b367743e92
commit f76f6155e1
4 changed files with 65 additions and 3 deletions

View file

@ -139,7 +139,12 @@ $(CPU) = $(PROCESSOR_LEVEL)
@$(APPEND) $(CPU) = 6
-epilogue-: nul
!if exist(confargs.c)
@$(CPP) confargs.c | findstr /v /r ^^$$ >> $(MAKEFILE)
@del confargs.c
!endif
@type << >>$(MAKEFILE)
# OS = $(OS)
# RUBY_INSTALL_NAME = ruby
# RUBY_SO_NAME = $$(RT)-$$(RUBY_INSTALL_NAME)$$(MAJOR)$$(MINOR)
@ -153,5 +158,4 @@ $(CPU) = $(PROCESSOR_LEVEL)
$(BANG)include $$(srcdir)/win32/Makefile.sub
<<
@$(srcdir:/=\)\win32\rm.bat config.h config.status
@echo type `$(MAKE)' to make ruby for $(OS).