From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <05b901c405d2$88b4ae30$67844051@SOMA> From: "boyd, rounin" To: <9fans@cse.psu.edu> References: <200403091012.i29ACatC091430@adat.davidashen.net> Subject: Re: [9fans] ar exit code? MIME-Version: 1.0 Content-Type: text/plain; charset="KOI8-R" Content-Transfer-Encoding: 7bit Date: Tue, 9 Mar 2004 13:32:04 +0100 Topicbox-Message-UUID: 255abad6-eacd-11e9-9e20-41e7f4b1d025 > If ar is to create a new archive, but failed because of duplicate symbols, > it exists with success; mk continues and it is hard to notice untill too > late. > > Is it as it was intended? mk differs from make in that the whole block of commands is sent to rc, rather than forking a shell for each command. that might be the problem.