From owner-freebsd-hackers Sun Jun 11 06:27:09 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA23636 for hackers-outgoing; Sun, 11 Jun 1995 06:27:09 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA23624 for ; Sun, 11 Jun 1995 06:27:02 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id XAA10871 for freebsd-hackers@freebsd.org; Sun, 11 Jun 1995 23:24:43 +1000 Date: Sun, 11 Jun 1995 23:24:43 +1000 From: Bruce Evans Message-Id: <199506111324.XAA10871@godzilla.zeta.org.au> To: freebsd-hackers@freebsd.org Subject: Re: Posix [Was: Re: make doesn't like lines with a tab only] Sender: hackers-owner@freebsd.org Precedence: bulk >But make it issuing a warning anyway. Posix neither clearly allows it Don't. >nor does it clearly forbide it (it's only saying about "command", >and there's never a definition saying the empty string were a valid >command or not; at least, it's a very useless one). The warning will It's up to the shell to decide if an empty command is valid. If `make' decides (as an optimization to avoid execing the shell to do nothing) then it must get it right. Bruce