From owner-freebsd-bugs Fri Sep 10 0:30:30 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 72B9014C8F for ; Fri, 10 Sep 1999 00:30:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA79168; Fri, 10 Sep 1999 00:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 10 Sep 1999 00:30:02 -0700 (PDT) Message-Id: <199909100730.AAA79168@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/13676: usr.bin/more/Makefile is broken Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13676; it has been noted by GNATS. From: Sheldon Hearn To: wollman@khavrinen.lcs.mit.edu Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/13676: usr.bin/more/Makefile is broken Date: Fri, 10 Sep 1999 09:26:14 +0200 On Thu, 09 Sep 1999 23:50:40 -0400, Garrett Wollman wrote: > more's Makefile erroneously uses ${ECHO} Why is it erroneous? > - @${ECHO} '#define DEFRC "\' >> ${.TARGET} > + echo '#define DEFRC "\' >> ${.TARGET} Okay, so you want the echo commands to be displayed. What else is wrong with using just ${ECHO} ? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message