From owner-freebsd-ports Fri Aug 20 3:28:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from silvia.hip.berkeley.edu (sji-ca44-42.ix.netcom.com [209.111.212.170]) by hub.freebsd.org (Postfix) with ESMTP id 1AB1714DCB; Fri, 20 Aug 1999 03:28:15 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id DAA88726; Fri, 20 Aug 1999 03:28:14 -0700 (PDT) To: green@FreeBSD.org Cc: ports@FreeBSD.org Subject: Re: cvs commit: ports/devel/ddd Makefile References: <199908201021.DAA33277@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 20 Aug 1999 03:28:13 -0700 In-Reply-To: Satoshi Asami's message of "Fri, 20 Aug 1999 03:21:07 -0700 (PDT)" Message-ID: Lines: 13 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Back out serious breakage introduced by previous commit: you can't use * ${SED} and ${AWK} in != statements because they are executed * immediately. Please test stuff before committing. This Makefile couldn't have done *anything* without spitting out errors like a gallstone. :< Syntax errors in Makefiles are extremely hard to track down since I usually find this when the whole package build blows up when INDEX generation fails. And since the INDEX is sorted, it is not clear where the error comes from. :< Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message