mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Adjust indents and blank lines.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
491c26f3ef
commit
7c3df3e99e
1 changed files with 58 additions and 44 deletions
14
ChangeLog
14
ChangeLog
|
@ -8052,21 +8052,27 @@ Sat Nov 14 11:02:05 1998 Motoyuki Kasahara <m-kasahr@sra.co.jp>
|
|||
|
||||
* Makefile.in (install): Give the argument `$(DESTDIR)' to
|
||||
`instruby.rb'.
|
||||
|
||||
* instruby.rb: Recognize ARG[0] as `destdir'.
|
||||
|
||||
* instruby.rb: Give the argument `destdir' to `extmk.rb'.
|
||||
|
||||
* ext/extmk.rb.in: Recognize ARG[1] as `$destdir'.
|
||||
|
||||
* instruby.rb: Create the installation directories (bindir, libdir,
|
||||
archdir, pkglibdir, archdir, and mandir) under `destdir', and
|
||||
install all files under there.
|
||||
|
||||
* ext/extmk.rb.in: Likewise.
|
||||
|
||||
Sat Nov 14 10:56:55 1998 Motoyuki Kasahara <m-kasahr@sra.co.jp>
|
||||
|
||||
* instruby.rb: Add the variable `pkglibdir'.
|
||||
|
||||
* instruby.rb: Set the variable `libdir' to `$(libdir)', not
|
||||
`$(libdir)/$(ruby_install_name)'. `libruby.so' and `libruby.so.LIB'
|
||||
are installed at `libdir'.
|
||||
|
||||
* instruby.rb: Set the variable `archdir' to `$(pkglibdir)/$(arch)'.
|
||||
|
||||
Fri Nov 13 19:43:29 1998 KIMURA Koichi <kbk@kt.rim.or.jp>
|
||||
|
@ -8202,15 +8208,23 @@ Mon Oct 19 11:50:00 1998 Motoyuki Kasahara <m-kasahr@sra.co.jp>
|
|||
|
||||
* ext/extmk.rb: Load '@top_srcdir@/lib/find.rb', not
|
||||
'../lib/find.rb'.
|
||||
|
||||
* ext/extmk.rb: Distinguish between `top_srcdir' and `topdir'.
|
||||
|
||||
* Makefile.in (CFLAGS): Add `-I.'.
|
||||
|
||||
* Makefile.in (lex.c): Give `@srcdir@/keywords' to gperf, not
|
||||
`keywords'.
|
||||
|
||||
* instruby.rb: Use `CONFIG["bindir"]', instead of `prefix + "/bin"'.
|
||||
|
||||
* instruby.rb: Use `CONFIG["libdir"]', instead of `prefix + "/lib"'.
|
||||
|
||||
* instruby.rb Use `CONFIG["mandir"]', instead of `prefix + "/man"'.
|
||||
|
||||
* instruby.rb (wdir): Add the variable to preserve the current
|
||||
working directory.
|
||||
|
||||
* instruby.rb: Chdir to wdir before install `config.h' and
|
||||
`rbconfig.rb'.
|
||||
|
||||
|
|
Loading…
Reference in a new issue