From owner-freebsd-current Mon Mar 16 20:13:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA12364 for freebsd-current-outgoing; Mon, 16 Mar 1998 20:13:41 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA12348 for ; Mon, 16 Mar 1998 20:13:38 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id PAA27158; Tue, 17 Mar 1998 15:06:43 +1100 Date: Tue, 17 Mar 1998 15:06:43 +1100 From: Bruce Evans Message-Id: <199803170406.PAA27158@godzilla.zeta.org.au> To: bde@zeta.org.au, cracauer@cons.org Subject: Re: make/SIGINT (Re: cvs commit: src/bin/sh jobs.c) Cc: freebsd-current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> 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