Date: Fri, 29 Jan 1999 14:44:53 -0800 (PST) From: asami@FreeBSD.ORG (Satoshi Asami) To: dirk.meyer@dinoex.sub.org Cc: freebsd-ports@FreeBSD.ORG Subject: Re: `for` construct in Makefiles Message-ID: <199901292244.OAA74759@silvia.hip.berkeley.edu> In-Reply-To: <c6WyxmAFfY@dmeyer.dinoex.sub.org> (dirk.meyer@dinoex.sub.org)
next in thread | previous in thread | raw e-mail | index | archive | help
* From: dirk.meyer@dinoex.sub.org (Dirk Meyer) * better use someting like this: * * do-install: * ..for i in ${INSTALL-SHELL} * @${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin * ..endfor I don't think using `@' here is a good idea. Makes it that much harder to debug looking at the log. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901292244.OAA74759>