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

* {bcc32,win32,wince}/setup.mak (-epilogue-): remove config.h and

config.status to force updating them.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2004-11-16 07:30:42 +00:00
parent 2d28e9d55b
commit 15de1b79f0
4 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Tue Nov 16 16:26:12 2004 NAKAMURA Usaku <usa@ruby-lang.org>
* {bcc32,win32,wince}/setup.mak (-epilogue-): remove config.h and
config.status to force updating them.
Tue Nov 16 16:20:45 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/stringio/stringio.c (strio_read): position was ignored when a

View file

@ -92,4 +92,5 @@ PROCESSOR_LEVEL = $(PROCESSOR_LEVEL)
\# EXTLIBS = cw32.lib import32.lib user32.lib kernel32.lib
$(INCLUDE) $$(srcdir)bcc32/Makefile.sub
|
@$(srcdir)\win32\rm.bat config.h config.status
@echo type "`$(MAKE)'" to make ruby for $(OS).

View file

@ -91,4 +91,5 @@ $(CPU) = $(PROCESSOR_LEVEL)
$(INCLUDE) $$(srcdir)/win32/Makefile.sub
<<
@$(srcdir)\win32\rm.bat config.h config.status
@echo type `$(MAKE)' to make ruby for $(OS).

View file

@ -230,4 +230,5 @@ CPPFLAGS = -I. -I$$(srcdir) -I$$(srcdir)/missing -I$$(srcdir)/wince \
$(INCLUDE) $$(srcdir)/wince/Makefile.sub
<<
@$(srcdir)\win32\rm.bat config.h config.status
@echo type `$(MAKE)' to make ruby for $(OS).