1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2000-10-06 06:13:52 +00:00
parent 9527d90951
commit ef45458e94
6 changed files with 11 additions and 7 deletions

View file

@ -1,3 +1,9 @@
Fri Oct 6 14:50:24 2000 WATANABE Hirofumi <eban@ruby-lang.org>
* ext/extmk.rb.in, lib/mkmf.rb: remove "DESTDIR =".
* Makefile.in, win32/Makefile.sub, ruby.1: renamed -X to -C.
Thu Oct 5 18:02:39 2000 Yukihiro Matsumoto <matz@ruby-lang.org>
* object.c (rb_obj_dup): should have propagated taint flag.

View file

@ -83,7 +83,7 @@ OBJS = array.@OBJEXT@ \
$(MISSING)
all: miniruby$(EXEEXT) @PREP@ rbconfig.rb $(LIBRUBY)
@@MINIRUBY@ -Xext extmk.rb @EXTSTATIC@
@@MINIRUBY@ -Cext extmk.rb @EXTSTATIC@
miniruby$(EXEEXT): config.status $(LIBRUBY_A) $(MAINOBJ) dmyext.@OBJEXT@
@rm -f $@
@ -108,7 +108,7 @@ install: rbconfig.rb
clean:; @rm -f $(OBJS) $(LIBRUBY_A) $(LIBRUBY_SO) $(LIBRUBY_ALIASES) $(MAINOBJ) rbconfig.rb
@rm -f ext/extinit.c ext/extinit.@OBJEXT@ dmyext.@OBJEXT@
@-@MINIRUBY@ -Xext extmk.rb clean 2> /dev/null || true
@-@MINIRUBY@ -Cext extmk.rb clean 2> /dev/null || true
@rm -f $(PROGRAM) miniruby$(EXEEXT)
distclean: clean

View file

@ -381,7 +381,6 @@ VPATH = #{$srcdir}
topdir = #{$topdir}
hdrdir = #{$top_srcdir}
DESTDIR =
CC = @CC@

View file

@ -407,7 +407,6 @@ LDSHARED = #{CONFIG["LDSHARED"]} #{defflag}
RUBY_INSTALL_NAME = #{CONFIG["RUBY_INSTALL_NAME"]}
RUBY_SO_NAME = #{CONFIG["RUBY_SO_NAME"]}
DESTDIR =
prefix = $(DESTDIR)#{CONFIG["prefix"]}
exec_prefix = $(DESTDIR)#{CONFIG["exec_prefix"]}
libdir = $(DESTDIR)#{$libdir}#{target_prefix}

2
ruby.1
View file

@ -279,7 +279,7 @@ The end of script must be specified with either EOF, ^D (control-D),
^Z (control-Z), or reserved word __END__.If the directory name is
specified, Ruby will switch to that directory before executing script.
.TP
.B -X directory
.B -C directory
causes Ruby to switch to the directory.
.TP
.B -y --yydebug

View file

@ -102,7 +102,7 @@ OBJS = array.obj \
all: miniruby$(EXEEXT) rbconfig.rb ext/extmk.rb \
$(LIBRUBY) $(MISCLIBS)
set LIB=../../win32;$(ORGLIBPATH)
@.\miniruby$(EXEEXT) -Xext extmk.rb
@.\miniruby$(EXEEXT) -Cext extmk.rb
ruby: $(PROGRAM)
rubyw: $(WPROGRAM)
@ -154,7 +154,7 @@ install: rbconfig.rb
clean:; @rm -f $(OBJS) $(LIBRUBY_A) $(MAINOBJ) rbconfig.rb
@rm -f ext/extinit.c ext/extinit.obj ext/vc*.pdb *.obj *.res
@-.\miniruby$(EXEEXT) -Xext extmk.rb clean
@-.\miniruby$(EXEEXT) -Cext extmk.rb clean
distclean: clean
@rm -f Makefile ext/extmk.rb config.h