Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 1998 15:06:43 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, cracauer@cons.org
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: make/SIGINT (Re: cvs commit: src/bin/sh jobs.c)
Message-ID:  <199803170406.PAA27158@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> I found another problem: time(1) has much the same problem as make(1)
>[...]
>> 	#!/bin/sh
>> 	time make foo
>> 	echo $?
>> 	time make bar
>> 	echo $?
>> 
>> Now `time' exits normally with status 1, so our modified sh continues.
>
>I finally get used to this kind of stuff :-), proposed patch appended.

:-).

truss(1) has much the same problem as make(1).  ktrace(1) works right
(not surprising - it doesn't fork).

Under Linux, time(1) and strace(1) have much the same problem...

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803170406.PAA27158>