diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-22 08:38:07 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-22 08:38:07 +0000 |
| commit | 2ead8b1d540a26c303ab4a90388538aaf48a6bbf (patch) | |
| tree | 5958dab473dc490db4a6deb7949709643cb3f0f0 | |
| parent | ed0e973c737ab147d501d70d4fb8bcf897e9b22b (diff) | |
| download | ruby-2ead8b1d540a26c303ab4a90388538aaf48a6bbf.tar.gz ruby-2ead8b1d540a26c303ab4a90388538aaf48a6bbf.tar.xz ruby-2ead8b1d540a26c303ab4a90388538aaf48a6bbf.zip | |
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub
(HAVE_GETCWD): output to config.h.
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub
(XCFLAGS): output to config.status.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | bcc32/Makefile.sub | 2 | ||||
| -rw-r--r-- | win32/Makefile.sub | 2 | ||||
| -rw-r--r-- | wince/Makefile.sub | 2 |
4 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Sat Nov 22 17:36:36 2003 NAKAMURA Usaku <usa@ruby-lang.org> + + * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub + (HAVE_GETCWD): output to config.h. + + * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub + (XCFLAGS): output to config.status. + Sat Nov 22 13:10:10 2003 Minero Aoki <aamine@loveruby.net> * lib/fileutils.rb (have_st_ino?): djgpp has valid st_ino. diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 5dfee3def..55ac6a028 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -291,6 +291,7 @@ config.h: \#define HAVE_STRSTR 1 \#define HAVE_STRTOD 1 \#define HAVE_STRTOUL 1 +\#define HAVE_GETCWD 1 | config.status: Makefile $(srcdir)bcc32/Makefile.sub @@ -347,6 +348,7 @@ s,@ALLOCA@,$(ALLOCA),;t t s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t s,@EXEEXT@,.exe,;t t s,@OBJEXT@,obj,;t t +s,@XCFLAGS@,$(XCFLAGS),;t t s,@XLDFLAGS@,$(XLDFLAGS),;t t s,@DLDFLAGS@,$(DLDFLAGS),;t t s,@STATIC@,$(STATIC),;t t diff --git a/win32/Makefile.sub b/win32/Makefile.sub index ba7058c27..700c80c75 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -251,6 +251,7 @@ config.h: #define HAVE_STRTOD 1 #define HAVE_STRTOL 1 #define HAVE_STRTOUL 1 +#define HAVE_GETCWD 1 #define HAVE_FLOCK 1 #define HAVE_VSNPRINTF 1 #define HAVE_ISINF 1 @@ -344,6 +345,7 @@ s,@ALLOCA@,$(ALLOCA),;t t s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t s,@EXEEXT@,.exe,;t t s,@OBJEXT@,obj,;t t +s,@XCFLAGS@,$(XCFLAGS),;t t s,@XLDFLAGS@,$(XLDFLAGS),;t t s,@DLDFLAGS@,$(DLDFLAGS) $$(LIBPATH) -def:$$(DEFFILE),;t t s,@STATIC@,$(STATIC),;t t diff --git a/wince/Makefile.sub b/wince/Makefile.sub index fc324dd63..874ad3cae 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -265,6 +265,7 @@ config.h: #define HAVE_STRTOD 1 #define HAVE_STRTOL 1 #define HAVE_STRTOUL 1 +#define HAVE_GETCWD 1 #define HAVE_FLOCK 1 #define HAVE_VSNPRINTF 1 #define HAVE_FINITE 1 @@ -378,6 +379,7 @@ s,@ALLOCA@,$(ALLOCA),;t t s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t s,@EXEEXT@,.exe,;t t s,@OBJEXT@,obj,;t t +s,@XCFLAGS@,$(XCFLAGS),;t t s,@XLDFLAGS@,$(XLDFLAGS),;t t s,@DLDFLAGS@,$(DLDFLAGS) $$(LIBPATH) -def:$$(DEFFILE),;t t s,@STATIC@,$(STATIC),;t t |
