From owner-freebsd-bugs Fri May 8 13:12:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA27111 for freebsd-bugs-outgoing; Fri, 8 May 1998 13:12:55 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA27058; Fri, 8 May 1998 13:12:43 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA12701; Fri, 8 May 1998 13:09:44 -0700 (PDT) Date: Fri, 8 May 1998 13:09:44 -0700 (PDT) Message-Id: <199805082009.NAA12701@freefall.freebsd.org> To: wosch@DE.FreeBSD.ORG, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/6550 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make(1): shell meta-character optimization incomplete State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Fri May 8 13:08:14 PDT 1998 State-Changed-Why: The canonical way to do this is to use /bin/false rather than exit. Using exit would result in potentially confusing exit codes from make which would be A Bad Thing. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message