Re: Sh still is not working for MAKEDEV

1999-08-02 Thread Chris Costello

On Mon, Aug 02, 1999, Maxim Sobolev wrote:
 Hi folks,
 
 Does anybody investigating what wrong with the sh in the -current? As I
 reported earlier it still fails to correctly process MAKEDEV script.

   Are you sure you are not running bash instead of sh?

-- 
|Chris Costello [EMAIL PROTECTED]
|Microwave:  Signal from a friendly micro...
`---


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Sh still is not working for MAKEDEV

1999-08-02 Thread Amancio Hasty

Well, he can run "ktrace -di ./MAKEDEV whatever" then
kdump foo.dump

Or compile sh with debug symbols and trace down the failure.


-- 

 Amancio Hasty
 [EMAIL PROTECTED]




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Sh still is not working for MAKEDEV

1999-08-02 Thread Maxim Sobolev

Amancio Hasty wrote:

 Well, he can run "ktrace -di ./MAKEDEV whatever" then
 kdump foo.dump

 Or compile sh with debug symbols and trace down the failure.

Thanks to all for prompt replies. It seems like a bug in egcs which
broke sh when "-march=pentium" option is used while -O? level doesn't
really matter. Any ideas on how to track it down?

Bests,

Maxim


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message