[ruby-list:41] Re: can't make clean

From: Mitsuhide Satou <mit-sato@...>
Date: 1995-12-27 05:35:43 UTC
List: ruby-list #41
たびたび、佐藤@SCCです。

From: Tetsunori Matsubara - Nihon Sun IR <Tetsunori.Matsubara@sun.co.jp>
Subject: [ruby-list:38] Re: can't make clean
Date: Wed, 27 Dec 95 13:41:42 JST

> > たしかに、このようになっているんですけど、
> > やっぱりコンパイル始めてしまいます (?.?)。
(略)
> 
> もしそうではなくて、cc が起動されているとしたら、私にはよくわかりません。

こちらの意味です。cc が動いてしまいます。

> 一度 configure を強制終了した時に、そのような現象に陥ったので、Makefile を
> 作り直したら、正常に戻りました。

configure は強制終了していません。

とりあえず、make clean した時のメッセージを添付しておきます。

csh(110)> make clean
cd ext; ../ruby ./extmk.rb clean
compiling tkutil
make[1]: Entering directory `/usr/home/mit/src/Ruby/ruby-0.95b/ext/tkutil'
make[1]: Leaving directory `/usr/home/mit/src/Ruby/ruby-0.95b/ext/tkutil'
compiling socket
make[1]: Entering directory `/usr/home/mit/src/Ruby/ruby-0.95b/ext/socket'
make[1]: Leaving directory `/usr/home/mit/src/Ruby/ruby-0.95b/ext/socket'
compiling marshal
make[1]: Entering directory `/usr/home/mit/src/Ruby/ruby-0.95b/ext/marshal'
make[1]: Leaving directory `/usr/home/mit/src/Ruby/ruby-0.95b/ext/marshal'
compiling etc
make[1]: Entering directory `/usr/home/mit/src/Ruby/ruby-0.95b/ext/etc'
make[1]: Leaving directory `/usr/home/mit/src/Ruby/ruby-0.95b/ext/etc'
compiling dbm
make[1]: Entering directory `/usr/home/mit/src/Ruby/ruby-0.95b/ext/dbm'
make[1]: Leaving directory `/usr/home/mit/src/Ruby/ruby-0.95b/ext/dbm'
gcc -g -O -c extinit.c
make[1]: Entering directory `/usr/home/mit/src/Ruby/ruby-0.95b'
gcc -g -O -I.  -c array.c  # <--- (ここで ^C しました)
make[1]: *** Deleting file `array.o'
make: *** [clean] Interrupt

ちなみに、

csh(111)> make -v
GNU Make version 3.73, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

です。

# バイナリはちゃんと出来たので、気にはならないんですけど。
## メール書く暇はあっても Makefile を追う暇がないです。

--
佐藤 三秀 (E-Mail: mit-sato@aries.bekkoame.or.jp)

In This Thread

Prev Next