From owner-freebsd-doc Thu Jan 4 04:06:11 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA02070 for doc-outgoing; Thu, 4 Jan 1996 04:06:11 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id EAA02045 Thu, 4 Jan 1996 04:06:03 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.3/8.6.9) id EAA01680; Thu, 4 Jan 1996 04:05:56 -0800 (PST) Date: Thu, 4 Jan 1996 04:05:56 -0800 (PST) Message-Id: <199601041205.EAA01680@silvia.HIP.Berkeley.EDU> To: jkh@time.cdrom.com CC: ports@freebsd.org, doc@freebsd.org In-reply-to: <27370.820747595@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: `make run'? Don't hit! From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-doc@freebsd.org Precedence: bulk * Any heart-felt agreement or dissent? Satoshi - don't worry, I'll do * the actual work, assuming we have general agreement. I've already * done it anyway.. :) Looks pretty good, except I'd prefer it check if the variable is defined or not instead of the value, we usually use "yes" instead of "YES" and I think it's plain ugly that some ports demand the all-uppercase value. If it has to check the value, at least we can use just use the first letter and igrone the case, so that "y", "yes", "YES", "YEAH BABY!!!" will all work. :) Satoshi