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
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
|
* Makefile.in (install): Give the argument `$(DESTDIR)' to
|
||||||
`instruby.rb'.
|
`instruby.rb'.
|
||||||
|
|
||||||
* instruby.rb: Recognize ARG[0] as `destdir'.
|
* instruby.rb: Recognize ARG[0] as `destdir'.
|
||||||
|
|
||||||
* instruby.rb: Give the argument `destdir' to `extmk.rb'.
|
* instruby.rb: Give the argument `destdir' to `extmk.rb'.
|
||||||
|
|
||||||
* ext/extmk.rb.in: Recognize ARG[1] as `$destdir'.
|
* ext/extmk.rb.in: Recognize ARG[1] as `$destdir'.
|
||||||
|
|
||||||
* instruby.rb: Create the installation directories (bindir, libdir,
|
* instruby.rb: Create the installation directories (bindir, libdir,
|
||||||
archdir, pkglibdir, archdir, and mandir) under `destdir', and
|
archdir, pkglibdir, archdir, and mandir) under `destdir', and
|
||||||
install all files under there.
|
install all files under there.
|
||||||
|
|
||||||
* ext/extmk.rb.in: Likewise.
|
* ext/extmk.rb.in: Likewise.
|
||||||
|
|
||||||
Sat Nov 14 10:56:55 1998 Motoyuki Kasahara <m-kasahr@sra.co.jp>
|
Sat Nov 14 10:56:55 1998 Motoyuki Kasahara <m-kasahr@sra.co.jp>
|
||||||
|
|
||||||
* instruby.rb: Add the variable `pkglibdir'.
|
* instruby.rb: Add the variable `pkglibdir'.
|
||||||
|
|
||||||
* instruby.rb: Set the variable `libdir' to `$(libdir)', not
|
* instruby.rb: Set the variable `libdir' to `$(libdir)', not
|
||||||
`$(libdir)/$(ruby_install_name)'. `libruby.so' and `libruby.so.LIB'
|
`$(libdir)/$(ruby_install_name)'. `libruby.so' and `libruby.so.LIB'
|
||||||
are installed at `libdir'.
|
are installed at `libdir'.
|
||||||
|
|
||||||
* instruby.rb: Set the variable `archdir' to `$(pkglibdir)/$(arch)'.
|
* instruby.rb: Set the variable `archdir' to `$(pkglibdir)/$(arch)'.
|
||||||
|
|
||||||
Fri Nov 13 19:43:29 1998 KIMURA Koichi <kbk@kt.rim.or.jp>
|
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
|
* ext/extmk.rb: Load '@top_srcdir@/lib/find.rb', not
|
||||||
'../lib/find.rb'.
|
'../lib/find.rb'.
|
||||||
|
|
||||||
* ext/extmk.rb: Distinguish between `top_srcdir' and `topdir'.
|
* ext/extmk.rb: Distinguish between `top_srcdir' and `topdir'.
|
||||||
|
|
||||||
* Makefile.in (CFLAGS): Add `-I.'.
|
* Makefile.in (CFLAGS): Add `-I.'.
|
||||||
|
|
||||||
* Makefile.in (lex.c): Give `@srcdir@/keywords' to gperf, not
|
* Makefile.in (lex.c): Give `@srcdir@/keywords' to gperf, not
|
||||||
`keywords'.
|
`keywords'.
|
||||||
|
|
||||||
* instruby.rb: Use `CONFIG["bindir"]', instead of `prefix + "/bin"'.
|
* instruby.rb: Use `CONFIG["bindir"]', instead of `prefix + "/bin"'.
|
||||||
|
|
||||||
* instruby.rb: Use `CONFIG["libdir"]', instead of `prefix + "/lib"'.
|
* instruby.rb: Use `CONFIG["libdir"]', instead of `prefix + "/lib"'.
|
||||||
|
|
||||||
* instruby.rb Use `CONFIG["mandir"]', instead of `prefix + "/man"'.
|
* instruby.rb Use `CONFIG["mandir"]', instead of `prefix + "/man"'.
|
||||||
|
|
||||||
* instruby.rb (wdir): Add the variable to preserve the current
|
* instruby.rb (wdir): Add the variable to preserve the current
|
||||||
working directory.
|
working directory.
|
||||||
|
|
||||||
* instruby.rb: Chdir to wdir before install `config.h' and
|
* instruby.rb: Chdir to wdir before install `config.h' and
|
||||||
`rbconfig.rb'.
|
`rbconfig.rb'.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user