Date: 01 Sep 1999 00:25:15 -0700 From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) To: Nik Clayton <nik@freebsd.org> Cc: Jun Kuriyama <kuriyama@freebsd.org>, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/faq Makefile Message-ID: <vqcg10zum90.fsf@silvia.hip.berkeley.edu> In-Reply-To: Nik Clayton's message of "Wed, 1 Sep 1999 00:22:58 %2B0100" References: <199908311459.HAA73710@freefall.freebsd.org> <19990901002258.B71024@catkin.nothing-going-on.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* From: Nik Clayton <nik@freebsd.org> * Convention in /usr/share/mk/*.mk shows that ${VAR} is preferred over * $(VAR), but make.1 doesn't imply that there's any difference between them. * I've always used ${VAR} (probably influenced by FreeBSD) but is there * any particular reason to use one form over the other? I prefer ${VAR} for variable dereferences since ()'s are already used for conditionals (.if defined(FOOBAR), etc.). Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?vqcg10zum90.fsf>